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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManagerBase interface

 

GetStorePropertyNames method

Gets an enumerator over the message store property names.

Syntax
Visual Basic
Public Function GetStorePropertyNames() As System.Collections.IEnumerator
C#
public System.Collections.IEnumerator GetStorePropertyNames();
Return value

An enumerator over the message store property names.

Remarks

For more information about client store properties, see Client message store properties.