DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / NewUID Property






In This Topic
    NewUID Property
    In This Topic
    The UID being proposed by DicomObjects.
    Syntax
    'Declaration
     
    
    Public Property NewUID As System.String
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As System.String
     
    instance.NewUID = value
     
    value = instance.NewUID
    public System.string NewUID {get; set;}
    public read-write property NewUID: System.String; 
    public function get,set NewUID : System.String
    public: __property System.string* get_NewUID();
    public: __property void set_NewUID( 
       System.string* value
    );
    public:
    property System.String^ NewUID {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    This may be replaced if required in the DicomObjects.DicomGlobal.OnChangeUid event
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also