Amazon.EC2.Model.DescribeNetworkAclsResponse.IsSetNetworkAcls C# (CSharp) Method

IsSetNetworkAcls() private method

private IsSetNetworkAcls ( ) : bool
return bool
        internal bool IsSetNetworkAcls()
        {
            return this._networkAcls != null && this._networkAcls.Count > 0; 
        }
DescribeNetworkAclsResponse