←Select platform

ContextGroupLocalVersion Property

Summary

Gets or sets the context group local version.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ContextGroupLocalVersion)] 
public Nullable<DateTime> ContextGroupLocalVersion { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
<DataMemberAttribute()> 
Public Property ContextGroupLocalVersion As Nullable(Of Date) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
[DataMemberAttribute()] 
public: 
property Nullable<DateTime> ContextGroupLocalVersion { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The context group local 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