Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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