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