GraphObject.CategoryCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return number of categories in the object.
public:
property int CategoryCount { int get(); };
public int CategoryCount { get; }
member this.CategoryCount : int
Public ReadOnly Property CategoryCount As Integer