Amazon.S3.Transfer.BaseDownloadRequest.IsSetKey C# (CSharp) Méthode

IsSetKey() private méthode

Gets whether or not the key property is set.
private IsSetKey ( ) : bool
Résultat bool
        internal bool IsSetKey()
        {
            return !System.String.IsNullOrEmpty(this.key);
        }