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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » QAManagerBase 接口

 

GetStringStoreProperty 方法

获取预定义或自定义消息存储库属性的字符串值。

语法
Visual Basic
Public Function GetStringStoreProperty( _
   ByVal propName As String _
) As String
C#
public string  GetStringStoreProperty(
   string  propName
);
参数
  • propName   预定义或自定义属性名称。

返回值

返回字符串属性值;如果属性不存在,则返回空值。

注释

可以使用此方法访问预定义或用户定义的客户端存储库属性。

有关预定义属性的列表,请参见MessageStoreProperties 类

有关详细信息,请参见客户端消息存储库属性

另请参见