SetRouteConstraint<TSet>::Excluded Property

 

Indicates whether the matching parameter name should be included or excluded in the value set in order to be a match.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Config
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property bool Excluded {
	[CompilerGeneratedAttribute]
	bool get();
	[CompilerGeneratedAttribute]
	private: void set(bool value);
}

Property Value

Type: System::Boolean
Return to top
Show: