PrivilegePropertiesDescriptionGenerator Property

Gets or sets the delegate used to return the privilege's description in the culture of the caller.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public Func<string>? DescriptionGenerator { get; set; }

Property Value

FuncString
See Also