Amazon.SimpleDB.Model.GetAttributesRequest.IsSetConsistentRead C# (CSharp) Method

IsSetConsistentRead() private method

private IsSetConsistentRead ( ) : bool
return bool
        internal bool IsSetConsistentRead()
        {
            return this.consistentRead.HasValue;
        }