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