Gets a string representation of the Context Identifier (0008,010F) of the Context Group.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property ContextIdentifierValue As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DicomContextGroup
Dim value As String
value = instance.ContextIdentifierValue
|
| C# | |
|---|
public string ContextIdentifierValue {get;} |
| C++/CLI | |
|---|
public:
property String^ ContextIdentifierValue {
String^ get();
} |
Return Value
Value indicating the Context Identifier (0008,010F) of the Context Group.A Context Group is identified by its Context ID (CID).
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also