ConfigMgrWebDavPropFindRequest.DavPath Property

 

Gets or sets the path to the WebDAV. This value should only contain the path; do not include the server name. For example, /SMSPKGC$/SMS0000FF, not http://yourserver/SMSPKGC$/SMS0000FF.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public string DavPath { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property String^ DavPath {
    String^ get();
    void set(String^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property DavPath As String

Property Value

Type: System.String

See Also

ConfigMgrWebDavPropFindRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top