ADLib.ADObject.Delete C# (CSharp) Method

Delete() public method

Delete the ADObject from the AD server
public Delete ( ) : void
return void
        public void Delete()
        {
            _sourceItem.Delete();
        }