get_identifier
Description:
public abstract string get_identifier (
string kind)
Gets the identifier of the given kind for this.
Parameters:
| this |
a Drive
|
| kind |
the kind of identifier to return
|
Returns:
|
a newly allocated string containing the requested identfier, or null if the
Drive doesn't have this kind of identifier.
|