Amazon.S3.Model.DeleteObjectRequest.IsSetMfaCodes C# (CSharp) 메소드

IsSetMfaCodes() 개인적인 메소드

Checks if the MfaCodes property is set.
private IsSetMfaCodes ( ) : bool
리턴 bool
        internal bool IsSetMfaCodes()
        {
            return (this.mfaCodes != null) &&
                (!System.String.IsNullOrEmpty(MfaCodes.SerialNumber)) &&
                (!System.String.IsNullOrEmpty(MfaCodes.AuthenticationValue));
        }