Amazon.CognitoIdentityProvider.Model.ListUsersRequest.IsSetAttributesToGet C# (CSharp) Method

IsSetAttributesToGet() private method

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