| ActiveDirectoryDelete Method |
Deletes an entry with the specified GUID from Active Directory.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public bool Delete(
Guid guid
)
Public Function Delete (
guid As Guid
) As Boolean
public:
bool Delete(
Guid guid
)
member Delete :
guid : Guid -> bool
Parameters
- guid
- Type: SystemGuid
Return Value
Type:
BooleanTrue if the entry was deleted, false otherwise.
See Also