{CompanyName} FlexyGo

UserSecurityConfig..::..CanViewProperty Method

Determines whether this Property can be viewed.

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

Syntax


public bool CanViewProperty(
	string objectName,
	string PropertyName
)
Public Function CanViewProperty ( _
	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 viewed; otherwise, false.