| Visual Basic (Declaration) | |
|---|---|
Public Property Options As DicomDirOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomDir Dim value As DicomDirOptions instance.Options = value value = instance.Options | |
| C# | |
|---|---|
public DicomDirOptions Options {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomDirOptions Options { DicomDirOptions get(); void set ( DicomDirOptions value); } | |
Property Value
The DICOM Directory options.For an example, refer to DicomDir.Reset.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code