Click or drag to resize

IGHAObjectGetPropertyNames Method

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

Returns a list of the calling object's property names

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

Return Value

Type: ListString
List of the calling objects property names
See Also