C# Class Amazon.IdentityManagement.StatusType

Constants used for properties of type StatusType.
Inheritance: ConstantClass
Exibir arquivo Open project: scopely/aws-sdk-net

Public Properties

Property Type Description
Active StatusType
Inactive StatusType

Public Methods

Method Description
FindValue ( string value ) : StatusType

Finds the constant for the unique value.

StatusType ( string value ) : System

Default Constructor

Method Details

FindValue() public static method

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

StatusType() public method

Default Constructor
public StatusType ( string value ) : System
value string
return System

Property Details

Active public_oe static_oe property

Constant Active for StatusType
public static StatusType,Amazon.IdentityManagement Active
return StatusType

Inactive public_oe static_oe property

Constant Inactive for StatusType
public static StatusType,Amazon.IdentityManagement Inactive
return StatusType