API Reference
Class
RsopLogRow
Compact row for recent Group Policy processing events from the local machine.
Inheritance
- Object
- RsopLogRow
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 RsopLoggingReport.Entries
Constructors
public RsopLogRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Id { get; set; } #Event identifier (e.g., 4000 start, 4001 end, 8000/8001 for user, other warning/error ids).
public Nullable<DateTime> TimeCreatedUtc { get; set; } #UTC timestamp when the event was created.
public String Activity { get; set; } #Heuristic activity path: Computer or User.
public String Kind { get; set; } #Short label: Start|End|Warning|Error|Info|SlowLink.