GetVaultOption Method
Gets an options setting which applies to a Vault.
Required Permissions
VaultOptionsGetSyntax
public System.string GetVaultOption(
System.string optionName
)Public Function GetVaultOption( _
ByVal optionName As System.String _
) As System.StringParameters
| Name | Description |
|---|---|
| optionName | The name of the option. |
Return Value
The value of the option.