Click or drag to resize

IGHAObjectGetInheritanceHierarchy Method

[This is preliminary documentation and is subject to change.]

Returns the inheritence tree for the owning object

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
List<string> GetInheritanceHierarchy()

Return Value

Type: ListString
List of .NET names specifying the inheritence tree for the owning object
See Also