←Select platform

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()> 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property ContextGroupVersion As Nullable(Of Date) 
[DataMemberAttribute()] 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property Nullable<DateTime> ContextGroupVersion { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

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