|
EventLogEntryData2Index Property |
This value is the index of this event in the event log.
Namespace: DoubleTake.Common.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int Index { get; set; }
Public Property Index As Integer
Get
Set
public:
property int Index {
int get ();
void set (int value);
}
function get_Index();
function set_Index(value);
Property Value
Type:
Int32
The index of this entry in the event log.
See Also