Share via


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 식입니다.

적용 대상