CalCustomProp Type

Name/Value pair of custom properties to add to the request.

Remarks

This type describes a form variable that is to be posted to the Resource URI when Putting an event or creating a new calendar. The type contains fields which describe this variable's name, value, and attribute.

Fields

Attribute
String

This property contains an optional attribute of the custom property.

Name
String

This property contains the textual name of the custom property.

Value
String

This property contains the value of the custom property.

Constructors

constructor Create();
constructor Create(valName: String; valValue: String);
constructor Create(valName: String; valValue: String; valAttribute: String);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]