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

IsSetHardwarePlatform() public method

Checks if HardwarePlatform property is set
public IsSetHardwarePlatform ( ) : Boolean
return Boolean
        public Boolean IsSetHardwarePlatform()
        {
            return  this.hardwarePlatformField != null;
        }
ItemAttributes