Share via


ApplicationQueryDescription.ApplicationNameFilter Property

Definition

Gets or sets the URI name of application to query for.

public Uri ApplicationNameFilter { get; set; }
member this.ApplicationNameFilter : Uri with get, set
Public Property ApplicationNameFilter As Uri

Property Value

Uri

The URI name of application to query for.

Remarks

At most one of ApplicationNameFilter, ApplicationTypeNameFilter, or ApplicationDefinitionKindFilter can be specified.

If no filters are specified, all applications which fit a page are returned.

Applies to