Scheduler for WPF | ComponentOne
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 String, _
       ByVal description As String _
    )
    public C1DescriptionAttribute( 
       string key,
       string description
    )

    Parameters

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