Amazon.ECS.Model.ItemAttributes.IsSetTotalSerialPorts C# (CSharp) Method

IsSetTotalSerialPorts() public method

Checks if TotalSerialPorts property is set
public IsSetTotalSerialPorts ( ) : Boolean
return Boolean
        public Boolean IsSetTotalSerialPorts()
        {
            return  this.totalSerialPortsField != null;
        }
ItemAttributes