DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / InfoMessageArgs Class / Message Property



In This Topic
    Message Property
    In This Topic
    The message to be passed back
    Syntax
    'Declaration
     
    Public ReadOnly Property Message As String
    'Usage
     
    Dim instance As InfoMessageArgs
    Dim value As String
     
    value = instance.Message
    public string Message {get;}
    public:
    property String^ Message {
       String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also