| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Instance As DicomContextGroupTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static DicomContextGroupTable Instance {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomContextGroupTable^ Instance { DicomContextGroupTable^ get(); } | |
Return Value
An instance of the DicomContextGroupTable, which provides functionality for working with a table of Context Groups.For an example, refer to DicomContextGroupTable.Insert(String,String,Boolean,DicomDateTimeValue,DicomContextGroupTableInsertFlags).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code