ContextGroupVersion Property

Summary

Gets or sets the context group version.

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

Property Value

The context group version.

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