Gets or sets the Creation Date (2100,0040).
public string CreationDate {get; set;}
'Declaration
Public Property CreationDate As String
'Usage
Dim instance As DicomPrintJobInformation
Dim value As String
instance.CreationDate = value
value = instance.CreationDate
public string CreationDate {get; set;}
get_CreationDate();
set_CreationDate(value);
Object.defineProperty('CreationDate');
public:
property String^ CreationDate {
String^ get();
void set ( String^ value);
}
Property Value
The Creation Date (2100,0040).