|
EventLogEntryData2InstanceId Property |
The value is a resource identifier that designates the message text for the event.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic long InstanceId { get; set; }
Public Property InstanceId As Long
Get
Set
public:
property long long InstanceId {
long long get ();
void set (long long value);
}
function get_InstanceId();
function set_InstanceId(value);
Property Value
Type:
Int64
The resource identifier that designates the message text of the event entry.
See Also