StateMessageUser Enumeration

 

Encapsulates all known user states used for state messages.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

[SerializableAttribute]
public enum class StateMessageUser

Member nameDescription
CIApplicable

Equivalent to STATE_USERFLAG_CI_APPLICABLE.

CINapEnforced

Equivalent to STATE_USERFLAG_CI_NAP_ENFORCED.

CIPresent

Equivalent to STATE_USERFLAG_CI_PRESENT.

CISmsEnforced

Equivalent to STATE_USERFLAG_CI_SMS_ENFORCED.

CIUserEnforced

Equivalent to STATE_USERFLAG_CI_USER_ENFORCED.

None

Do not use.

Return to top
Show: