DashboardFilterUserDependentFilter Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates whether this condition is dependent on the user that is logged in
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool UserDependentFilter { get; }
Public ReadOnly Property UserDependentFilter As Boolean
Get
public:
virtual property bool UserDependentFilter {
bool get () sealed;
}
function get_UserDependentFilter();
Return Value
Type:
BooleanTrue if this condition is dependent on the user that is logged in
See Also