Dundas Chart for Windows Forms
GetProperties(Object) Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl.Design Namespace > DoubleDateNanValueConverter Class > GetProperties Method : GetProperties(Object) Method


value
An Object that specifies the type of array for which to get properties.
Returns a collection of properties for the type of array specified by the value parameter.

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetProperties( _
   ByVal value As Object _
) As PropertyDescriptorCollection
Visual Basic (Usage) Copy Code
Dim instance As DoubleDateNanValueConverter
Dim value As Object
Dim value As PropertyDescriptorCollection
 
value = instance.GetProperties(value)
C#  
public PropertyDescriptorCollection GetProperties( 
   object value
)

Parameters

value
An Object that specifies the type of array for which to get properties.

Return Value

A PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.