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

IsSetIncludedSoftware() public method

Checks if IncludedSoftware property is set
public IsSetIncludedSoftware ( ) : Boolean
return Boolean
        public Boolean IsSetIncludedSoftware()
        {
            return  this.includedSoftwareField != null;
        }
ItemAttributes