Amazon.EC2.SnapshotAttributeName.FindValue C# (CSharp) Method

FindValue() public static method

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