Validates the resource identifier. This method should be called after the identifier has been fully specified by constructor and/or Set methods.
.NET Syntax
Java Syntax
PHP Syntax
Example (PHP)
// Assuming $newResourceID has already been created
$newResourceID->Validate();
|