BindAttribute.IsPropertyAllowed(String) Method

Definition

Determines whether the specified property is allowed.

public bool IsPropertyAllowed (string propertyName);
member this.IsPropertyAllowed : string -> bool
Public Function IsPropertyAllowed (propertyName As String) As Boolean

Parameters

propertyName
String

The name of the property.

Returns

true if the specified property is allowed; otherwise, false.

Applies to