Click or drag to resize

IGHAObjectGetEnumerations Method

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

Returns all enumeration types defined in GHA

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

Return Value

Type: ListIGHAEnumDescriptor
List of enumeration descriptors defined in GHA
See Also