LabelOverride Constructor(String,String)
Initialize a new case insensitive instance of the LabelOverride class.
[Visual Basic]
Public Function New( _
ByVal key As String, _
ByVal val As String _
)
[C#]
public LabelOverride(
string key,
string val
);
Parameters
- key
- String to override.
- val
- String to override the key with.
See Also
LabelOverride Structure
| LabelOverride Members
| Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.