Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncResult class

 

AuthValue property

Returns the return value from custom user authentication synchronization scripts.

Syntax
Visual Basic

Public Readonly Property AuthValue As Long
C#

public long AuthValue  { get;}
Property value

A long integer returned from custom user authentication synchronization scripts.

See also