Amazon.EC2.Model.DescribeSecurityGroupsResult.IsSetSecurityGroups C# (CSharp) Method

IsSetSecurityGroups() private method

private IsSetSecurityGroups ( ) : bool
return bool
        internal bool IsSetSecurityGroups()
        {
            return this.securityGroups.Count > 0;
        }
    }
DescribeSecurityGroupsResult