 | TaskEventRecordId Property |
Gets the record id. This value is null for V1 events.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic long? RecordId { get; }
Public ReadOnly Property RecordId As Long?
Get
public:
property Nullable<long long> RecordId {
Nullable<long long> get ();
}
Request Example
View SourceProperty Value
Type:
NullableInt64
See Also