public virtual void DeleteRecord( string strRecordName )
public: virtual void DeleteRecord( String^ strRecordName )
Parameters
| Parameter Name | Description |
|---|---|
| strRecordName | Name of the record to be deleted. |
public virtual void DeleteRecord( string strRecordName )
public: virtual void DeleteRecord( String^ strRecordName )
| Parameter Name | Description |
|---|---|
| strRecordName | Name of the record to be deleted. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid arguments, e.g. if the record does not exist. |