GetAllProperties Method
Overloads
GetAllProperties(Boolean) |
Gets all the property names in the structure |
GetAllProperties(Boolean)
Gets all the property names in the structure
Declaration
public IEnumerable<string> GetAllProperties(bool recursive = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | recursive |
If false, only return top level properties. If true, traverse entire structure and return all sub properties as well. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
All the property names |
Implements
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!