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

IsSetFirstIssueLeadTime() public method

Checks if FirstIssueLeadTime property is set
public IsSetFirstIssueLeadTime ( ) : Boolean
return Boolean
        public Boolean IsSetFirstIssueLeadTime()
        {
            return this.firstIssueLeadTimeField != null;
        }
ItemAttributes