IQuoteIsAvailable Property |
is record available in db?
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxbool IsAvailable { get; }
ReadOnly Property IsAvailable As Boolean
Get
Dim instance As IQuote
Dim value As Boolean
value = instance.IsAvailable
property bool IsAvailable {
bool get ();
}
Property Value
Type:
BooleanImplements
IModelBaseIsAvailable
See Also