Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule.Localization Namespace / C1DescriptionAttribute Class / C1DescriptionAttribute Constructor / C1DescriptionAttribute Constructor(String,String)
The key value used to keep specific string description.
Default non-localized description text.

In This Topic
    C1DescriptionAttribute Constructor(String,String)
    In This Topic
    Initializes a new instance of the C1DescriptionAttribute attribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As System.String, _
       ByVal description As System.String _
    )
    public C1DescriptionAttribute( 
       System.string key,
       System.string description
    )

    Parameters

    key
    The key value used to keep specific string description.
    description
    Default non-localized description text.
    See Also