Amazon.ECS.Model.Reviewer.IsSetLocation C# (CSharp) Method

IsSetLocation() public method

Checks if Location property is set
public IsSetLocation ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetLocation()
        {
            return  this.locationField != null;
        }