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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QAManagerBase interface

GetIntStoreProperty method Next Page

GetLongStoreProperty method


Gets a long value for a pre-defined or custom message store property.

Syntax

Visual Basic
Public Function GetLongStoreProperty( _
ByVal propName As String _
) As Long

C#
public long GetLongStoreProperty(
string propName
);

Parameters
Return value

The long property value.

Remarks

You can use this method to access pre-defined or user-defined client store properties.

For a list of pre-defined properties, see MessageStoreProperties class.

For more information, see Client message store properties

Exceptions
See also