DavResponse.PropStat Property

 

Gets or sets a WebDAV property status.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public DavPropStat PropStat { get; set; }
public:
property DavPropStat^ PropStat {
    DavPropStat^ get();
    void set(DavPropStat^ value);
}
Public Property PropStat As DavPropStat

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.DavPropStat

See Also

DavResponse Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top