{CompanyName} FlexyGo

UserSecurityConfig..::..CanEditProperty Method

Determines whether this Property can be edited.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool CanEditProperty(
	string objectName,
	string PropertyName
)
Public Function CanEditProperty ( _
	objectName As String, _
	PropertyName As String _
) As Boolean

Parameters

objectName
Type: String
Name of the object.
PropertyName
Type: String
Name of the property.

Return Value

true if this Property can be edited; otherwise, false.