IPersonGetConsentById Method |
Get ConsentPerson for given ConsentPurpose Id
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxIConsentPerson GetConsentById(
int i_Id
)
Function GetConsentById (
i_Id As Integer
) As IConsentPerson
Dim instance As IPerson
Dim i_Id As Integer
Dim returnValue As IConsentPerson
returnValue = instance.GetConsentById(i_Id)
IConsentPerson^ GetConsentById(
[InAttribute] int i_Id
)
Parameters
- i_Id
- Type: SystemInt32
Return Value
Type:
IConsentPerson
See Also