←Select platform

ContextGroupVersion Property

Summary

Gets or sets the Context Group Version (Conditional).

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

Property Value

The Context Group Version.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.