Amazon.S3.Transfer.BaseDownloadRequest.IsSetKey C# (CSharp) Метод

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

Gets whether or not the key property is set.
private IsSetKey ( ) : bool
Результат bool
        internal bool IsSetKey()
        {
            return !System.String.IsNullOrEmpty(this.key);
        }