←Select platform

HangingProtocolCreationDateTime Property

Summary

Gets or sets the Hanging Protocol Creation Date.

Syntax

C#
VB
C++
[Element(DicomTag.HangingProtocolCreationDateTime)] 
public Nullable<DateTime> HangingProtocolCreationDateTime { get; set; } 
<ElementAttribute(7471114)>  
Public Property HangingProtocolCreationDateTime() As System.Nullable(Of Date) 
   Get 
   Set 
public:  
   [ElementAttribute(7471114)] 
   property System::Nullable<System::DateTime> HangingProtocolCreationDateTime 
   { 
      System::Nullable<System::DateTime> get() 
      void set(System::Nullable<System::DateTime> value) 
   } 

Property Value

The Hanging Protocol Creation Date.

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly