[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents supported WebDAV verbs by the ConfigMgrWebDavRequest message

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
WebDavVerb
<
SerializableAttribute> _
Public 
Enumeration 
WebDavVerb
[
SerializableAttribute]
public 
enum class 
WebDavVerb

Members

Member Description
None
None, do not use.
PropFind
Performs a PROPFIND request.

See Also