DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / N_Event_ReportArgs Class / EventID Property






In This Topic
    EventID Property
    In This Topic
    The ID of the notification
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EventID As System.Integer
    'Usage
     
    
    Dim instance As N_Event_ReportArgs
    Dim value As System.Integer
     
    value = instance.EventID
    public System.int EventID {get;}
    public read-only property EventID: System.Integer; 
    public function get EventID : System.int
    public: __property System.int get_EventID();
    public:
    property System.int EventID {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also