Share via


GPTrustee.DSPath Property

 

Gets the fully qualified distinguished name of the security principal in the directory service.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public string DSPath { get; }
public:
property String^ DSPath {
    String^ get();
}
member DSPath : string with get
Public ReadOnly Property DSPath As String

Property Value

Type: System.String

Returns String. Fully qualified distinguished name of the security principal.

Remarks

For example, cn=administrators,cn=builtin,dc=domainname,dc=coname,dc=com. This is the path to the directory service (DS) object that corresponds to the security principal. Note that this value is returned only for domain-based groups that are defined on Windows 2000 domains and later.

See Also

GPTrustee Class
Microsoft.GroupPolicy Namespace

Return to top