DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also