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

IsSetCreator() public method

Checks if Creator property is set
public IsSetCreator ( ) : Boolean
return Boolean
        public Boolean IsSetCreator()
        {
            return (Creator.Count > 0);
        }
ItemAttributes