ICriterionValueTableId Property |
Table id for ListItem value
A criterion is a field, an operator and one or more values for comparison.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOTableId TableId { get; }
ReadOnly Property TableId As SOTableId
Get
Dim instance As ICriterionValue
Dim value As SOTableId
value = instance.TableId
property SOTableId TableId {
SOTableId get ();
}
Property Value
Type:
SOTableId
See Also