GPMigrationTable.DeleteEntry Method (String)

 

Deletes the entry for the specified security principal or UNC path.

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

Syntax

public void DeleteEntry(
    string source
)
public:
void DeleteEntry(
    String^ source
)
member DeleteEntry : 
        source:string -> unit
Public Sub DeleteEntry (
    source As String
)

Parameters

  • source
    Type: System.String

    The source field of the entry to delete. This is a security principal or a UNC path.

Exceptions

Exception Condition
ArgumentException

source is an empty string (“”).

ArgumentNullException

source is null.

See Also

GPMigrationTable Class
Microsoft.GroupPolicy Namespace

Return to top