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

SetProperty method Next Page

SetSbyteStoreProperty method


Sets a pre-defined or custom message store property to a sbyte value.

Syntax

Visual Basic
Public Sub SetSbyteStoreProperty( _
ByVal propName As String, _
ByVal val As System.SByte _
)

C#
public void SetSbyteStoreProperty(
string propName,
System.Sbyte val
);

Parameters
Remarks

You can use this method to set 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.

See also