Amazon.S3.Model.DeleteObjectTaggingRequest.IsSetKey C# (CSharp) Method

IsSetKey() private method

Check to see if Key property is set
private IsSetKey ( ) : bool
return bool
        internal bool IsSetKey()
        {
            return !string.IsNullOrEmpty(this.key);
        }