IsProductSupported Method
Tests if a vault server has the capabilities to support a specific server product.
Syntax
System.bool IsProductSupported(
System.string serverName,
VaultProduct product
)Function IsProductSupported( _
ByVal serverName As System.String, _
ByVal product As VaultProduct _
) As System.BooleanParameters
| Name | Description |
|---|---|
| serverName | The name of the vault server |
| product | The product that we are testing |
Return Value
True if the specified product is supported on the server, False otherwise