IConsentPersonsItem Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxIConsentPerson this[
int Index = 0
] { get; }
ReadOnly Default Property Item (
Optional Index As Integer = 0
) As IConsentPerson
Get
Dim instance As IConsentPersons
Dim Index As Integer
Dim value As IConsentPerson
value = instance(Index)
property IConsentPerson^ default[[InAttribute] int Index = 0] {
IConsentPerson^ get ([InAttribute] int Index = 0);
}
Parameters
- Index (Optional)
- Type: SystemInt32
Property Value
Type:
IConsentPerson
See Also