Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.Medical.Workstation.Client Namespace > InstanceReceivedEventArgs Class : DatasetInstance Property |
public DicomDataSet DatasetInstance {get; set;}
'Declaration Public Property DatasetInstance As DicomDataSet
'Usage Dim instance As InstanceReceivedEventArgs Dim value As DicomDataSet instance.DatasetInstance = value value = instance.DatasetInstance
public: property DicomDataSet^ DatasetInstance { DicomDataSet^ get(); void set ( DicomDataSet^ value); }
If the DatasetLoaded is false this property will be null.