Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
测试当前是否存在给定属性的值。
Public Function PropertyExists(ByVal propName As String) As Boolean
public bool PropertyExists(string propName)
propName 预定义或自定义属性名称。
如果消息存储库具有映射到属性的值,则返回 true;否则为 false。
QAException 类 如果检索属性值时存在问题,则抛出异常。
可以使用该方法确定给定的属性名当前是否有通过消息存储库映射到它的值。