FederatedAuthenticationProviderAccountNamePrefix Property  | 
 
            Gets an optional prefix to use when determining the account name. If specified, the prefix will be
            prepended to whatever account name is extracted from the claims. The default value is inherited from the protocol.
            
 
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? AccountNamePrefix { get; }Public ReadOnly Property AccountNamePrefix As String
	Get
public:
property String^ AccountNamePrefix {
	String^ get ();
}member AccountNamePrefix : string with get
Property Value
Type: 
String
See Also