BindAttribute.IsPropertyAllowed Method

Visual Studio 2010

Determines whether the specified property is allowed.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Function IsPropertyAllowed ( _
	propertyName As String _
) As Boolean

Parameters

propertyName
Type: System.String
The name of the property.

Return Value

Type: System.Boolean
true if the specified property is allowed; otherwise, false.

Community Additions

ADD
Show: