ExternalItemsRequest.Query Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The query string to match for external items
public:
property System::String ^ Query { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Query { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Query { get; set; }
public string Query { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
public string? Query { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Query : string with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Query : string with get, set
Public Property Query As String
Property Value
- Attributes