Share via


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)

Usage

'Usage
Dim name As String

Dim instance As New FilterParameterAttribute(name)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public FilterParameterAttribute (
    string name
)
public:
FilterParameterAttribute (
    String^ name
)
public FilterParameterAttribute (
    String name
)
public function FilterParameterAttribute (
    name : String
)

Parameters

  • name
    Property name to use in the filter.

Remarks

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

FilterParameterAttribute Class
FilterParameterAttribute Members
Microsoft.WindowsAzure.Common.OData Namespace