Amazon.S3.Model.DeleteObjectsRequest.IsSetMfaCodes C# (CSharp) Méthode

IsSetMfaCodes() private méthode

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