Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / SchedulerLocExtension Class / SchedulerLocExtension Constructor / SchedulerLocExtension Constructor(String,String)
The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
The default value used as fallback string.

In This Topic
    SchedulerLocExtension Constructor(String,String)
    In This Topic
    Initializes a new instance of the SchedulerLocExtension class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal key As String, _
       ByVal defaultValue As String _
    )
    public SchedulerLocExtension( 
       string key,
       string defaultValue
    )

    Parameters

    key
    The System.String value determining resource key. Three types are supported: - "Key" - "Dictinary:Key" - "Assembly:Dictionary:Key
    defaultValue
    The default value used as fallback string.
    See Also