Amazon.ECS.Model.ItemAttributes.IsSetIncludedSoftware C# (CSharp) 메소드

IsSetIncludedSoftware() 공개 메소드

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