DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WorklistEventArgs Class / SubscriberAETitle Property






In This Topic
    SubscriberAETitle Property
    In This Topic
    The UPS Subscriber AE Title
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SubscriberAETitle As System.String
    'Usage
     
    
    Dim instance As WorklistEventArgs
    Dim value As System.String
     
    value = instance.SubscriberAETitle
    public System.string SubscriberAETitle {get;}
    public read-only property SubscriberAETitle: System.String; 
    public function get SubscriberAETitle : System.String
    public: __property System.string* get_SubscriberAETitle();
    public:
    property System.String^ SubscriberAETitle {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also