Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring this[
string TableAndFieldName
] { get; }
ReadOnly Default Property Value (
TableAndFieldName As String
) As String
Get
Dim instance As INumbers
Dim TableAndFieldName As String
Dim value As String
value = instance(TableAndFieldName)
property String^ default[[InAttribute] String^ TableAndFieldName] {
String^ get ([InAttribute] String^ TableAndFieldName);
}
Parameters
- TableAndFieldName
- Type: SystemString
Property Value
Type:
String
See Also