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

IsSetPlatform() 공개 메소드

Checks of Platform property is set
public IsSetPlatform ( ) : Boolean
리턴 Boolean
        public Boolean IsSetPlatform()
        {
            return (Platform.Count > 0);
        }
ItemAttributes