Amazon.CognitoIdentity.RoleMappingType.FindValue C# (CSharp) Méthode

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : RoleMappingType
value string The unique value for the constant
Résultat RoleMappingType
        public static RoleMappingType FindValue(string value)
        {
            return FindValue<RoleMappingType>(value);
        }