IMessageBulkSettingManagerGetValue Method |
[This is preliminary documentation and is subject to change.]
Get a bulk setting value (returns null when no setting found)
Namespace: Netadmin.Management.MessagingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxstring GetValue(
string settingName,
Nullable<long> companyId
)
Function GetValue (
settingName As String,
companyId As Nullable(Of Long)
) As String
Parameters
- settingName
- Type: SystemString
The setting name - companyId
- Type: SystemNullableInt64
Optional company ID
Return Value
Type:
StringThe setting as a string, or null if it was not found
See Also