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

IsSetTotalParallelPorts() public method

Checks if TotalParallelPorts property is set
public IsSetTotalParallelPorts ( ) : Boolean
return Boolean
        public Boolean IsSetTotalParallelPorts()
        {
            return  this.totalParallelPortsField != null;
        }
ItemAttributes