DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / LogEventArgs Class / Text Property



In This Topic
    Text Property (LogEventArgs)
    In This Topic
    The test of the association
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    'Usage
     
    Dim instance As LogEventArgs
    Dim value As String
     
    value = instance.Text
    public string Text {get;}
    public:
    property String^ Text {
       String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also