Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > SOPCommonModule Class : SOPAuthorizationDateAndTime Property |
[ElementAttribute()] public Nullable<DateTime> SOPAuthorizationDateAndTime {get; set;}
'Declaration
<ElementAttribute()> Public Property SOPAuthorizationDateAndTime As Nullable(Of Date)
'Usage
Dim instance As SOPCommonModule Dim value As Nullable(Of Date) instance.SOPAuthorizationDateAndTime = value value = instance.SOPAuthorizationDateAndTime
[ElementAttribute()] public: property Nullable<DateTime> SOPAuthorizationDateAndTime { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }