DdmMessageFile<T>.AddDdmProperty Method (DdmProperty)
Adds a DDM property to the DDM file.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddDdmProperty(
DdmProperty property
)
public:
void AddDdmProperty(
DdmProperty^ property
)
Public Sub AddDdmProperty (
property As DdmProperty
)
Parameters
property
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmPropertyDDM property.
See Also
DdmMessageFile<T> Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top