←Select platform

SOPAuthorizationDateAndTime Property

Summary

Gets or sets the SOP authorization date and time.

Syntax

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

Property Value

The SOP authorization date and time.

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