FilterParameterAttribute Constructor (String^)

 

Initializes a new instance of the FilterParameterAttribute class.

Namespace:   Microsoft.WindowsAzure.Common.OData
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
FilterParameterAttribute(
	String^ name
)

Parameters

name
Type: System::String^

Property name to use in the filter.

Return to top
Show: