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



In This Topic
    AllowChange Property
    In This Topic
    Controls whether to actually make the UID change
    Syntax
    'Declaration
     
    Public Property AllowChange As Boolean
    'Usage
     
    Dim instance As ChangeUidArgs
    Dim value As Boolean
     
    instance.AllowChange = value
     
    value = instance.AllowChange
    public bool AllowChange {get; set;}
    public:
    property bool AllowChange {
       bool get();
       void set (    bool value);
    }
    Remarks
    This property is initially true, but if required may be set to false in the DicomObjects.DicomGlobal.OnChangeUid event to prevent the UID update from occuring.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also