Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid GetAll(
ref int pForeignKeys
)
Sub GetAll (
ByRef pForeignKeys As Integer
)
Dim instance As IForeignKey
Dim pForeignKeys As Integer
instance.GetAll(pForeignKeys)
void GetAll(
int% pForeignKeys
)
Parameters
- pForeignKeys
- Type: SystemInt32
See Also