DavPropStat.Status Property
Gets or sets WebDAV property status text.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Status { get; set; }
public:
property String^ Status {
String^ get();
void set(String^ value);
}
Public Property Status As String
Property Value
Type: System.String
See Also
DavPropStat Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top