ObjectPath.GetProperties(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all properties in an object.
public static System.Collections.Generic.IEnumerable<string> GetProperties (object obj);
static member GetProperties : obj -> seq<string>
Public Shared Iterator Function GetProperties (obj As Object) As IEnumerable(Of String)
Parameters
- obj
- Object
Object to enumerate property names.
Returns
enumeration of property names on the object if it is not a value type.