Amazon.ECS.Model.ItemAttributes.IsSetComputerPlatform C# (CSharp) Méthode

IsSetComputerPlatform() public méthode

Checks if ComputerPlatform property is set
public IsSetComputerPlatform ( ) : Boolean
Résultat Boolean
        public Boolean IsSetComputerPlatform()
        {
            return  this.computerPlatformField != null;
        }
ItemAttributes