IDatabaseSafeCredentials Property |
A security token that can be used instead of username+password to log in
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring SafeCredentials { get; }
ReadOnly Property SafeCredentials As String
Get
Dim instance As IDatabase
Dim value As String
value = instance.SafeCredentials
property String^ SafeCredentials {
String^ get ();
}
Property Value
Type:
String
See Also