Udostępnij za pośrednictwem


ManagementGroupCollectionGetEntitiesOptions.Filter Property

Definition

The filter parameter allows you to filter on the the name or display name fields. You can check for equality on the name field (e.g. name eq '{entityName}') and you can check for substrings on either the name or display name fields(e.g. contains(name, '{substringToSearch}'), contains(displayName, '{substringToSearch')). Note that the '{entityName}' and '{substringToSearch}' fields are checked case insensitively.

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

Property Value

Applies to