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

IsSetKey() private method

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