IQuoteVersionIdentity Property |
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Identity As Integer
Get
Dim instance As IQuoteVersion
Dim value As Integer
value = instance.Identity
property int Identity {
int get ();
}
Property Value
Type:
Int32Implements
IModelBaseIdentity
See Also