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
Constructors
[VB.NET] Public CalCustomProp() [C#] public CalCustomProp();
[VB.NET] Public CalCustomProp(ByVal Name As String, ByVal Value As String) [C#] public CalCustomProp(string name, string value);
[VB.NET] Public CalCustomProp(ByVal Name As String, ByVal Value As String, ByVal Attribute As String) [C#] public CalCustomProp(string name, string value, string attribute);