Share via


ServiceQueryDescription.ServiceTypeNameFilter Property

Definition

Gets or sets the service type name used to filter the services to query for. Services that are of this service type will be returned.

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

Property Value

The service type name used to filter the services to query for.

Remarks

ServiceNameFilter and ServiceTypeNameFilter can not be specified together.

If neither ServiceNameFilter nor ServiceTypeNameFilter is specified, all services of the specified application are returned.

This filter is case sensitive.

Applies to