Amazon.ECS.Model.Argument.IsSetName C# (CSharp) Method

IsSetName() public method

Checks if Name property is set
public IsSetName ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetName()
        {
            return this.nameField  != null;
        }