Click or drag to resize

ISortableGetSortablePropertyNames Method

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

Gets the names of the properties that can be used to sort this object's children

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

Return Value

Type: ListString
List of property names
See Also