API Reference
Class
GpoLinkQuery
Options controlling how GPO links are queried.
Inheritance
- Object
- GpoLinkQuery
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method GpoService.GetLinks
Constructors
public GpoLinkQuery() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Guid GpoId { get; set; } #Identifier of the GPO to locate.
public String SearchBase { get; set; } #Optional search base distinguished name.
public SearchScope SearchScope { get; set; } #Search scope used when querying.
public String Filter { get; set; } #Additional LDAP filter to apply.
public IReadOnlyCollection<String> ObjectDns { get; set; } #Explicit distinguished names to check.
public IReadOnlyCollection<String> Sites { get; set; } #Optional list of site names to inspect.