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