ISelectionTargetTable Property |
Which table the selection targets: contact, project, appointment, document, sale
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSOTableId TargetTable { get; set; }
Property TargetTable As SOTableId
Get
Set
Dim instance As ISelection
Dim value As SOTableId
value = instance.TargetTable
instance.TargetTable = value
property SOTableId TargetTable {
SOTableId get ();
void set (SOTableId value);
}
Property Value
Type:
SOTableId
See Also