PrivilegePropertiesDisplayNameGenerator Property |
Gets or sets the delegate used to return the privilege's display name in the culture of the caller.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Func<string>? DisplayNameGenerator { get; set; }
Public Property DisplayNameGenerator As Func(Of String)
Get
Set
public:
property Func<String^>^ DisplayNameGenerator {
Func<String^>^ get ();
void set (Func<String^>^ value);
}
member DisplayNameGenerator : Func<string> with get, set
Property Value
Type:
FuncStringSee Also