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