In This Topic
Returns the index of this member within its static grouping. If this member is not a member of a static grouping, then it's parents will be checked. If any parent is a StaticMember, it's
StaticIndex value will be returned. If there are no static ancestors, then zero is returned.
Syntax
'Declaration
ReadOnly Property StaticIndex As Integer
See Also