SetSystemOption Method
Sets a system wide options value.
Required Permissions
VaultOptionsSetSyntax
public void SetSystemOption(
System.string optionName,
System.string optionValue
)Public Sub SetSystemOption( _
ByVal optionName As System.String, _
ByVal optionValue As System.String _
) Parameters
| Name | Description |
|---|---|
| optionName | The name of the option. A new option will be created if it doesn't already exist. The suggested naming convention is to prefix this value with your company name (ex. MyCompany.OptionName ). |
| optionValue | The value of the option. A null value will delete the option. |