API Reference
Class
NetLogonLogEntryDsGetDcName
Represents a DsGetDcName call entry.
Inheritance
- NetLogonLogEntryGeneric
- NetLogonLogEntryDsGetDcName
Constructors
public NetLogonLogEntryDsGetDcName() #Inherited Methods
Properties
public String Operation { get; set; } #Gets or sets the operation name.
public String ClientPid { get; set; } #Gets or sets the client process identifier.
public String Domain { get; set; } #Gets or sets the domain name.
public String Account { get; set; } #Gets or sets the account name.
public String Flags { get; set; } #Gets or sets the request flags.
public String Status { get; set; } #Gets or sets the status code.
public String DcName { get; set; } #Gets or sets the contacted DC name.
public String DcAddress { get; set; } #Gets or sets the DC address.
public String DcAddressType { get; set; } #Gets or sets the DC address type.
public String DnsForestName { get; set; } #Gets or sets the forest name.
public String DcSiteName { get; set; } #Gets or sets the DC site name.
public String ClientSiteName { get; set; } #Gets or sets the client site name.
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