Get
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Get(
string application,
string devicename,
string keyname
)
Function Get (
application As String,
devicename As String,
keyname As String
) As String
Dim instance As IForeignKey
Dim application As String
Dim devicename As String
Dim keyname As String
Dim returnValue As String
returnValue = instance.Get(application,
devicename, keyname)
String^ Get(
[InAttribute] String^ application,
[InAttribute] String^ devicename,
[InAttribute] String^ keyname
)
Parameters
- application
- Type: SystemString
- devicename
- Type: SystemString
- keyname
- Type: SystemString
Return Value
Type:
String
See Also