<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / TypeDescriptor Class / GetProperties Method
Object or System.Type to get properties for.

In This Topic
    GetProperties Method
    In This Topic
    Returns the collection of properties on an object or a type.
    Syntax
    'Declaration
     
    Public Shared Function GetProperties( _
       ByVal obj As Object _
    ) As PropertyDescriptorCollection
    public static PropertyDescriptorCollection GetProperties( 
       object obj
    )

    Parameters

    obj
    Object or System.Type to get properties for.

    Return Value

    A PropertyDescriptorCollection with the properties for the specified object or type.
    See Also