Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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