DicomObjects.NET.8.48 Documentation
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 System.Boolean
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As System.Boolean
     
    instance.AllowChange = value
     
    value = instance.AllowChange
    public System.bool AllowChange {get; set;}
    public read-write property AllowChange: System.Boolean; 
    public function get,set AllowChange : System.boolean
    public: __property System.bool get_AllowChange();
    public: __property void set_AllowChange( 
       System.bool value
    );
    public:
    property System.bool AllowChange {
       System.bool get();
       void set (    System.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.8 or higher

    See Also