Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the key identifier of the property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string Key { get; set; }
public:
property String^ Key {
String^ get();
void set(String^ value);
}
Public Property Key As String
Property Value
Type: System.String
See Also
MessageProperty Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top