AccountDataFederatedAuthenticationProviderIds Property |
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<string>? FederatedAuthenticationProviderIds { get; set; }
Public Property FederatedAuthenticationProviderIds As ICollection(Of String)
Get
Set
public:
property ICollection<String^>^ FederatedAuthenticationProviderIds {
ICollection<String^>^ get ();
void set (ICollection<String^>^ value);
}
member FederatedAuthenticationProviderIds : ICollection<string> with get, set
Property Value
Type:
ICollectionStringSee Also