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

IsSetRecorderTrackCount() public method

Checks if RecorderTrackCount property is set
public IsSetRecorderTrackCount ( ) : Boolean
return Boolean
        public Boolean IsSetRecorderTrackCount()
        {
            return  this.recorderTrackCountField != null;
        }
ItemAttributes