Obsolete: Is the DB authentication only enabled? Not applicable in 7
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsSQLAuth { get; set; }
Property IsSQLAuth As Boolean
Get
Set
Dim instance As IUser
Dim value As Boolean
value = instance.IsSQLAuth
instance.IsSQLAuth = value
property bool IsSQLAuth {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also