Amazon.EC2.Model.CreateDhcpOptionsRequest.IsSetDhcpConfigurations C# (CSharp) Method

IsSetDhcpConfigurations() private method

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