Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / Status Class / Status Constructor / Status Constructor(String)
The System.String value.

In This Topic
    Status Constructor(String)
    In This Topic
    Creates a new instance of the custom Status object with the specified text.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String _
    )
    public Status( 
       string text
    )

    Parameters

    text
    The System.String value.
    See Also