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




Gets the message type.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Type As MessageType
Visual Basic (Usage)Copy Code
Dim instance As MessagerMessageEventArgs
Dim value As MessageType
 
value = instance.Type
C# 
public MessageType Type {get;}
Managed Extensions for C++ 
public: __property MessageType get_Type();
C++/CLI 
public:
property MessageType Type {
   MessageType get();
}

Property Value

On of the MessageType values.

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