StatusMessagePropertyAttribute Class
Defines a status message attribute as being a property.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
System::Attribute
Microsoft.ConfigurationManagement.Messaging.Messages::StatusMessageMetadataAttribute
Microsoft.ConfigurationManagement.Messaging.Messages::StatusMessagePropertyAttribute
| Name | Description | |
|---|---|---|
![]() | StatusMessagePropertyAttribute() | Initializes a new instance of the StatusMessagePropertyAttribute class. |
![]() | StatusMessagePropertyAttribute(Boolean) | Initializes a new instance of the StatusMessagePropertyAttribute class. |
![]() | StatusMessagePropertyAttribute(String^) | Initializes a new instance of the StatusMessagePropertyAttribute class. |
![]() | StatusMessagePropertyAttribute(String^, Boolean) | Initializes a new instance of the StatusMessagePropertyAttribute class. |
| Name | Description | |
|---|---|---|
![]() | EnumAsInteger | If true, and the value is an enumeration, it will be represented as its integral value. If false, the value will be represented as a string. (Inherited from StatusMessageMetadataAttribute.) |
![]() | Name | When Name is specified, the property is serialized to XML using the name specified in Name. Otherwise, the property name that uses this attribute is used. For example, you can create a property called MyId (which satisfies FxCop naming rules), but the XML blob is expecting MyID (which doesn't satisfy FxCop naming rules). By specifying a Name, you can name your property MyId, but have it serialize as MyID. (Inherited from StatusMessageMetadataAttribute.) |
![]() | Required | If true, the property is required to have a non-null value. (Inherited from StatusMessageMetadataAttribute.) |
![]() | TypeId | (Inherited from Attribute.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | _Attribute::GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) |
![]() ![]() | _Attribute::Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



