DicomObjects.NET Core 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:
    property ChangeUidReason Reason {
       ChangeUidReason get();
       void set (    ChangeUidReason value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also