Amazon.CognitoIdentityProvider.Model.AdminDeleteUserAttributesRequest.IsSetUserAttributeNames C# (CSharp) Method

IsSetUserAttributeNames() private method

private IsSetUserAttributeNames ( ) : bool
return bool
        internal bool IsSetUserAttributeNames()
        {
            return this._userAttributeNames != null && this._userAttributeNames.Count > 0; 
        }