Gets or sets the value for the "Context Identifier" (0008,010F) element.
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ContextIdentifier As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomCodeSequenceItem
Dim value As String
instance.ContextIdentifier = value
value = instance.ContextIdentifier |
C# | |
---|
public string ContextIdentifier {get; set;} |
Property Value
Value indicating the "Context Identifier" (0008,010F) element.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also