RouteOptions.ConstraintMap Property

Definition

Gets or sets a collection of constraints on the current route.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ ConstraintMap { System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, Type ^> ^ value); };
public System.Collections.Generic.IDictionary<string,Type> ConstraintMap { get; set; }
member this.ConstraintMap : System.Collections.Generic.IDictionary<string, Type> with get, set
Public Property ConstraintMap As IDictionary(Of String, Type)

Property Value

Applies to