LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Message Property
See Also 
Leadtools.Medical.Workstation Namespace > MessagerQuestionEventArgs Class : Message Property




Gets the question message.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Message As String
Visual Basic (Usage)Copy Code
Dim instance As MessagerQuestionEventArgs
Dim value As String
 
value = instance.Message
C# 
public string Message {get;}
Managed Extensions for C++ 
public: __property string* get_Message();
C++/CLI 
public:
property String^ Message {
   String^ get();
}

Property Value

Type: System.String The question message.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also