XPathMessageQuery.Expression 属性

定义

获取或设置 XPathMessageQuery 实例的 XPath 表达式。

public:
 property System::String ^ Expression { System::String ^ get(); void set(System::String ^ value); };
public string Expression { get; set; }
member this.Expression : string with get, set
Public Property Expression As String

属性值

String

XPath 表达式。

适用于