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

Path to the DAV. This is the path only, do not include the server name. For instance /SMSPKGC$/SMS0000FF, not http://yourserver/SMSPKGC$/SMS0000FF.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
string 
DavPath { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
DavPath 
As 
String
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
String^ 
DavPath {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also