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






In This Topic
    WorkItemUID Property
    In This Topic
    The Workitem UID
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WorkItemUID As System.String
    'Usage
     
    
    Dim instance As WorklistEventArgs
    Dim value As System.String
     
    value = instance.WorkItemUID
    public System.string WorkItemUID {get;}
    public read-only property WorkItemUID: System.String; 
    public function get WorkItemUID : System.String
    public: __property System.string* get_WorkItemUID();
    public:
    property System.String^ WorkItemUID {
       System.String^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also