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

IsSetAuthor() public method

Checks of Author property is set
public IsSetAuthor ( ) : System.Boolean
return System.Boolean
        public Boolean IsSetAuthor()
        {
            return (Author.Count > 0);
        }
ItemAttributes