Amazon.S3.Model.DeleteObjectsRequest.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));
        }