AuditDataRxReceivedDate Property |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic Nullable<DateTime> RxReceivedDate { get; set; }
Public Property RxReceivedDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> RxReceivedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member RxReceivedDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also