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

Adds a DDM property to the DDM file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
AddDdmProperty(
	
DdmProperty 
property
)
Public 
Sub 
AddDdmProperty ( _
	
property 
As 
DdmProperty
_
)
public:
void 
AddDdmProperty(
	
DdmProperty^

property
)

Parameters

property
DdmProperty

See Also