API Reference
Class
NetLogonLogEntryPingResponse
Represents a ping response entry.
Inheritance
- NetLogonLogEntryGeneric
- NetLogonLogEntryPingResponse
Constructors
public NetLogonLogEntryPingResponse() #Inherited Methods
Properties
public String Response { get; set; } #Gets or sets the response text.
public String Account { get; set; } #Gets or sets the account associated with the request.
public String Target { get; set; } #Gets or sets the ping target.
public String Site { get; set; } #Gets or sets the site name.
public String Via { get; set; } #Gets or sets the path used.
Inherited Properties
public DateTime Timestamp { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Category { get; set; } #Inherited from NetLogonLogEntryGeneric
public String ThreadId { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Source { get; set; } #Inherited from NetLogonLogEntryGeneric
public String Message { get; set; } #Inherited from NetLogonLogEntryGeneric
public String RawLine { get; set; } #Inherited from NetLogonLogEntryGeneric
public Boolean IsUnparsed { get; set; } #Inherited from NetLogonLogEntryGeneric
public Dictionary<String, String> Properties { get; set; } #Inherited from NetLogonLogEntryGeneric