IMessageBulkSettingManagerSetValue Method |
[This is preliminary documentation and is subject to change.]
Will set a new bulk setting value for a specific setting and company (company is optional)
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxvoid SetValue(
string settingName,
string settingValue,
Nullable<long> companyId
)
Sub SetValue (
settingName As String,
settingValue As String,
companyId As Nullable(Of Long)
)
Parameters
- settingName
- Type: SystemString
The setting name - settingValue
- Type: SystemString
The setting value - companyId
- Type: SystemNullableInt64
Optional company ID
See Also