Amazon.ServerMigrationService.ServerCatalogStatus.FindValue C# (CSharp) Method

FindValue() public static method

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