Share via


FilterParameterAttribute Constructor (String, 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 format As String

Dim instance As New FilterParameterAttribute(name, format)

Syntax

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

Parameters

  • name
    Property name to use in the filter.
  • format
    Format of the value.

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