Visual Basic (Declaration) | |
---|---|
Public Property ResponseDataSet As DicomDataSet |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As NGetClientSessionProxy Dim value As DicomDataSet instance.ResponseDataSet = value value = instance.ResponseDataSet |
C# | |
---|---|
public DicomDataSet ResponseDataSet {get; set;} |
C++/CLI | |
---|---|
public: property DicomDataSet^ ResponseDataSet { DicomDataSet^ get(); void set ( DicomDataSet^ value); } |
Property Value
A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET request.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7