Amazon.IdentityManagement.Model.SigningCertificate.IsSetUploadDate C# (CSharp) Method

IsSetUploadDate() private method

private IsSetUploadDate ( ) : bool
return bool
        internal bool IsSetUploadDate()
        {
            return this.uploadDate.HasValue;
        }
    }