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.
validator
Specifies the property validator.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

KeyValuePair Constructor(String,Object,ICustomPropertyValueValidator)

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, _    ByVal validator As ICustomPropertyValueValidator _ )
[C#]
public KeyValuePair(    string key,    object value,    ICustomPropertyValueValidator validator );

Parameters

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

See Also

KeyValuePair Class  | KeyValuePair Members  | Overload List

 

 


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