| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal key As String, _ ByVal value As Object, _ ByVal validator As ICustomPropertyValueValidator _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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.