See Also

KeyValuePair Class  | KeyValuePair Members  | Overload List

Language

Visual Basic

C#

Show All

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

KeyValuePair Constructor(String,Object)

Initializes a new instance of the KeyValuePair class with the parameters specified.

[Visual Basic]
Public Function New( _    ByVal key As String, _    ByVal value As Object _ )
[C#]
public KeyValuePair(    string key,    object value );

Parameters

key
Specifies the name of the custom property as string.
value
Specifies the value of the object.

See Also

KeyValuePair Class  | KeyValuePair Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.