Set
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid Set(
string application,
string devicename,
string keyname,
string Value
)
Sub Set (
application As String,
devicename As String,
keyname As String,
Value As String
)
Dim instance As IForeignKey
Dim application As String
Dim devicename As String
Dim keyname As String
Dim Value As String
instance.Set(application, devicename,
keyname, Value)
void Set(
[InAttribute] String^ application,
[InAttribute] String^ devicename,
[InAttribute] String^ keyname,
[InAttribute] String^ Value
)
Parameters
- application
- Type: SystemString
- devicename
- Type: SystemString
- keyname
- Type: SystemString
- Value
- Type: SystemString
See Also