DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / Reason Property






In This Topic
    Reason Property
    In This Topic
    The reason that the UID should be changed
    Syntax
    'Declaration
     
    
    Public Property Reason As ChangeUidReason
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As ChangeUidReason
     
    instance.Reason = value
     
    value = instance.Reason
    public ChangeUidReason Reason {get; set;}
    public read-write property Reason: ChangeUidReason; 
    public function get,set Reason : ChangeUidReason
    public: __property ChangeUidReason get_Reason();
    public: __property void set_Reason( 
       ChangeUidReason value
    );
    public:
    property ChangeUidReason Reason {
       ChangeUidReason get();
       void set (    ChangeUidReason value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also