XmlPeek.Query Property

Definition

The XPath Query.

public:
 property System::String ^ Query { System::String ^ get(); void set(System::String ^ value); };
public string Query { get; set; }
[Microsoft.Build.Framework.Required]
public string Query { get; set; }
public string Query { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Query : string with get, set
[<Microsoft.Build.Framework.Required>]
member this.Query : string with get, set
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Query : string with get, set
Public Property Query As String

Property Value

The XPath Query.

Attributes

Applies to