DdmProperty.PropertyName Property
Gets the DDM property name.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string PropertyName { get; private set; }
public:
property String^ PropertyName {
String^ get();
private: void set(String^ value);
}
Public Property PropertyName As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
DdmProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top