Share via


ApplicationQueryDescription.ApplicationTypeNameFilter Property

Definition

Gets or sets the application type name used to filter the applications to query for. Applications that are of this application type will be returned.

public string ApplicationTypeNameFilter { get; set; }
member this.ApplicationTypeNameFilter : string with get, set
Public Property ApplicationTypeNameFilter As String

Property Value

The application type name used to filter the applications 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.

This filter is case sensitive.

Applies to