Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1PromptBoxContent Class / Message Property

In This Topic
    Message Property (C1PromptBoxContent)
    In This Topic
    Gets or sets the message text displayed in the prompt box.
    Syntax
    'Declaration
     
    
    Public Property Message As String
    public string Message {get; set;}
    See Also