Amazon.ECS.Model.Feedback.IsSetDate C# (CSharp) Method

IsSetDate() public method

Checks if Date property is set
public IsSetDate ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetDate()
        {
            return  this.dateField != null;
        }