Click or drag to resize

IGHAObjectGetProperties Method

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

Returns a list of Property descriptors for the calling object

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

Return Value

Type: ListIGHAPropertyDescriptor
List of property descriptors for the calling object
See Also