Click or drag to resize
MessageBulkSettingManagerSetValue Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageBulkSettingManager.SetValue(System.String,System.String,System.Nullable{System.Int64})"]

Namespace: Netadmin.Management.Messaging.Implementation
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public void SetValue(
	string settingName,
	string settingValue,
	Nullable<long> companyId
)

Parameters

settingName
Type: SystemString

[Missing <param name="settingName"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageBulkSettingManager.SetValue(System.String,System.String,System.Nullable{System.Int64})"]

settingValue
Type: SystemString

[Missing <param name="settingValue"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageBulkSettingManager.SetValue(System.String,System.String,System.Nullable{System.Int64})"]

companyId
Type: SystemNullableInt64

[Missing <param name="companyId"/> documentation for "M:Netadmin.Management.Messaging.Implementation.MessageBulkSettingManager.SetValue(System.String,System.String,System.Nullable{System.Int64})"]

Implements

IMessageBulkSettingManagerSetValue(String, String, NullableInt64)
See Also