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.
Contains the message parameter attribute.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public object Attribute { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property Object^ Attribute {
Object^ get();
void set(Object^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property Attribute As Object
Property Value
Type: System.Object
See Also
StateMessageParameter Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top