Amazon.ECS.Model.Tracks.IsSetDisc C# (CSharp) Method

IsSetDisc() public method

Checks if Disc property is set
public IsSetDisc ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetDisc()
        {
            return (Disc.Count > 0);
        }