Amazon.ECS.Model.ItemAttributes.IsSetComputerHardwareType C# (CSharp) 메소드

IsSetComputerHardwareType() 공개 메소드

Checks if ComputerHardwareType property is set
public IsSetComputerHardwareType ( ) : Boolean
리턴 Boolean
        public Boolean IsSetComputerHardwareType()
        {
            return  this.computerHardwareTypeField != null;
        }
ItemAttributes