C# Class Amazon.IdentityManagement.StatusType

Constants used for properties of type StatusType.
Inheritance: ConstantClass
Afficher le fichier Open project: scopely/aws-sdk-net

Méthodes publiques

Свойство Type Description
Active StatusType
Inactive StatusType

Méthodes publiques

Méthode Description
FindValue ( string value ) : StatusType

Finds the constant for the unique value.

StatusType ( string value ) : System

Default Constructor

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : StatusType
value string The unique value for the constant
Résultat StatusType

StatusType() public méthode

Default Constructor
public StatusType ( string value ) : System
value string
Résultat System

Property Details

Active public_oe static_oe property

Constant Active for StatusType
public static StatusType,Amazon.IdentityManagement Active
Résultat StatusType

Inactive public_oe static_oe property

Constant Inactive for StatusType
public static StatusType,Amazon.IdentityManagement Inactive
Résultat StatusType