ConfigMgrCapabilityProperty.PropertyName Property
Gets or sets the property name for the capabilities blob.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string PropertyName { get; set; }
public:
property String^ PropertyName {
String^ get();
void set(String^ value);
}
Public Property PropertyName As String
Property Value
Type: System.String
See Also
ConfigMgrCapabilityProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top