DavProp.IsCollection Property
Gets or sets a value that indicates whether the property is a collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int IsCollection { get; set; }
public:
property int IsCollection {
int get();
void set(int value);
}
Public Property IsCollection As Integer
Property Value
Type: System.Int32
1 is true; any other value is false.
See Also
DavProp Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top