DicomObjects.NET Core 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 String
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As String
     
    instance.NewUID = value
     
    value = instance.NewUID
    public string NewUID {get; set;}
    public:
    property String^ NewUID {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This may be replaced if required in the DicomObjects.DicomGlobal.OnChangeUid event
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also