DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / ChangeUidArgs Class / DataSet Property



In This Topic
    DataSet Property (ChangeUidArgs)
    In This Topic
    The dataset whose UID should be changed
    Syntax
    'Declaration
     
    
    Public Property DataSet As DicomDataSet
    'Usage
     
    
    Dim instance As ChangeUidArgs
    Dim value As DicomDataSet
     
    instance.DataSet = value
     
    value = instance.DataSet
    public DicomDataSet DataSet {get; set;}
    public:
    property DicomDataSet^ DataSet {
       DicomDataSet^ get();
       void set (    DicomDataSet^ 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