C1.Silverlight.Olap.5
GetProperties Method

Object or System.Type to get properties for.
Returns the collection of properties on an object or a type.
Syntax
'Declaration
 
Public Shared Function GetProperties( _
   ByVal obj As System.Object _
) As PropertyDescriptorCollection
public static PropertyDescriptorCollection GetProperties( 
   System.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

Reference

TypeDescriptor Class
TypeDescriptor Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.