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

Properties blob

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
DavProp 
Properties { 
get; 
set; }
Public 
Property 
Properties 
As 
DavProp
	
Get
	
Set
public:
property 
DavProp^ 
Properties {
	
DavProp^ 
get ();
	
void 
set (
DavProp^ 
value);
}

See Also