IUDefFieldsByName Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOUDefField this[
string Index = ""
] { get; }
ReadOnly Default Property ByName (
Optional Index As String = ""
) As SOUDefField
Get
Dim instance As IUDefFields
Dim Index As String
Dim value As SOUDefField
value = instance(Index)
property SOUDefField^ default[[InAttribute] String^ Index = L""] {
SOUDefField^ get ([InAttribute] String^ Index = L"");
}
Parameters
- Index (Optional)
- Type: SystemString
Property Value
Type:
SOUDefField
See Also