IUDefFieldsByFieldId Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOUDefField this[
int Index
] { get; }
ReadOnly Property ByFieldId (
Index As Integer
) As SOUDefField
Get
Dim instance As IUDefFields
Dim Index As Integer
Dim value As SOUDefField
value = instance.ByFieldId(Index)
property SOUDefField^ ByFieldId[[InAttribute] int Index] {
SOUDefField^ get ([InAttribute] int Index);
}
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
SOUDefField
See Also