ContextGroupVersion Property

Summary
Gets or sets the context group version.
Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ContextGroupVersion)] 
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 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.