Amazon.S3.GranteeType.FindValue C# (CSharp) Method

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : GranteeType
value string
return GranteeType
        public static GranteeType FindValue(string value)
        {
            return FindValue<GranteeType>(value);
        }