StatusMessageMetadataAttribute.EnumAsInteger Property
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.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool EnumAsInteger { get; set; }
public:
property bool EnumAsInteger {
bool get();
void set(bool value);
}
Public Property EnumAsInteger As Boolean
Property Value
Type: System.Boolean
See Also
StatusMessageMetadataAttribute Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top