Amazon.ElasticLoadBalancing.Model.Policies.IsSetOtherPolicies C# (CSharp) Method

IsSetOtherPolicies() private method

private IsSetOtherPolicies ( ) : bool
return bool
        internal bool IsSetOtherPolicies()
        {
            return this.otherPolicies.Count > 0;
        }
    }