API Reference
Class
LingeringObjectInfo
Information about a detected lingering object.
Inheritance
- Object
- LingeringObjectInfo
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
Constructors
public LingeringObjectInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets the domain where the object was found.
public String NamingContext { get; set; } #Gets the naming context of the object.
public String ObjectDn { get; set; } #Gets the distinguished name of the object.
public String ObjectClass { get; set; } #Gets the class of the object.
public DateTime DetectedOn { get; set; } #Gets when the object was detected.
public String Server { get; set; } #Gets the server that reported the object.