Amazon.SQS.Model.GetQueueAttributesResult.getAttributeValue C# (CSharp) Метод

getAttributeValue() приватный Метод

private getAttributeValue ( string field ) : string
field string
Результат string
        private string getAttributeValue(string field)
        {
            string value = null;
            this.attributes.TryGetValue(field, out value);
            return value;
        }
    }
GetQueueAttributesResult