ServiceNotificationFilterDescription.MatchNamePrefix Property

Definition

Gets a value that indicates whether all service notifications for which Name is a prefix will be delivered.

public bool MatchNamePrefix { get; set; }
member this.MatchNamePrefix : bool with get, set
Public Property MatchNamePrefix As Boolean

Property Value

true if all service notification for which Name is a prefix will be delivered; otherwise, false. The default is false.

Remarks

The prefix match occurs as a URI segment prefix match rather than a string prefix match against service names. A filter with the name "fabric:/abc" will prefix match services named "fabric:/abc" and "fabric:/abc/def", but not a service named "fabric:/abc_def".

Applies to