Amazon.S3.Model.DeleteObjectsRequest.IsSetMfaCodes C# (CSharp) Method

IsSetMfaCodes() private method

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