DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / NewUID Property



    NewUID Property
    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
    Remarks
    This may be replaced if required in the DicomObjects.DicomGlobal.OnChangeUid event
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also