←Select platform

ContextIdentifier Property

Summary

Gets or sets the Context Identifier (Optional).

Syntax
C#
VB
C++
[Element(DicomTag.ContextIdentifier)] 
[DataMemberAttribute()] 
public string ContextIdentifier { get; set; } 
<ElementAttribute(New DicomTag.ContextIdentifier()),  
 DataMemberAttribute()>  
Public Property ContextIdentifier() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::ContextIdentifier())),  
   DataMemberAttribute] 
   property String^ ContextIdentifier 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Context Identifier.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly