Returns properties names array of the specified object type.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static string[] GetPropertyNames( Object dataSource, Type interfaceType ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPropertyNames ( _ dataSource As Object, _ interfaceType As Type _ ) As String() |
| Visual C++ |
|---|
public: static array<String^>^ GetPropertyNames( Object^ dataSource, Type^ interfaceType ) |