API Reference
Class
SysvolReplicationEvent
Evidence row for SYSVOL replication events.
Inheritance
- Object
- SysvolReplicationEvent
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property View.Events
- Property SysvolReplicationStatus.Events
Accepted by parameters
- Constructor SysvolReplicationStatus.SysvolReplicationStatus
Constructors
public SysvolReplicationEvent() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String LogName { get; set; } #Log name where the replication event was recorded (DFS Replication or System).
public Int32 EventId { get; set; } #Event identifier (e.g., 4602, 2213, 13508).
public DateTime TimeCreated { get; set; } #Timestamp of the event.
public String ProviderName { get; set; } #Event provider name (e.g., DFSR, NtFrs).
public String Message { get; set; } #Rendered event message for quick triage.