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