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
    public System.string NewUID {get; set;}
    Remarks
    This may be replaced if required in the DicomObjects.DicomGlobal.OnChangeUid event
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also