Amazon.S3.RequestPayer.FindValue C# (CSharp) 메소드

FindValue() 공개 정적인 메소드

Finds the RequestPayer instance for the string value.
public static FindValue ( string value ) : RequestPayer
value string
리턴 RequestPayer
        public static RequestPayer FindValue(string value)
        {
            return FindValue<RequestPayer>(value);
        }