←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(524550)>  
Public Property ContextGroupVersion() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(524550)] 
   property String^ ContextGroupVersion 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Context Group Version.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly