Aracılığıyla paylaş


PagedApplicationTypeQueryDescription.ApplicationTypeNameFilter Property

Definition

Gets or sets the application type to get details for.

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

Property Value

Remarks

Defaults to null, which matches all the application types.

This parameter matches against the case sensitive exact application type names defined in the application manifest of all provisioned or provisioning application types. For example, the value "Test" does not match "TestApp" because it is only a partial match. This value should not contain the version of the application type, and matches all versions of the same application type name. To request all the application types do not set this value.

ApplicationTypeNameFilter and ApplicationTypeDefinitionKindFilter can not be specified together.

Applies to