Gets the physical
DicomDataSet path for the stored instance.
Syntax
Visual Basic (Declaration) | |
---|
Public Property InstanceDataSetPath As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As InstanceStoredEventArgs
Dim value As String
instance.InstanceDataSetPath = value
value = instance.InstanceDataSetPath
|
C# | |
---|
public string InstanceDataSetPath {get; set;} |
Return Value
The physical
DicomDataSet path for the stored instance.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also