DicomObjects.NET.8.48 Documentation
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 System.String
    'Usage
     
    
    Dim instance As LogEventArgs
    Dim value As System.String
     
    value = instance.Text
    public System.string Text {get;}
    public read-only property Text: System.String; 
    public function get Text : System.String
    public: __property System.string* get_Text();
    public:
    property System.String^ Text {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also