ContextIdentifier Property

Summary

Gets or sets the context identifier.

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

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