FederatedAuthenticationProviderData Property  | 
 
            Gets a dictionary of arbitrary data associated with the provider.
            
 
    Namespace: 
   Dundas.BI.AccountServices.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IDictionary<string, Object> Data { get; }Public ReadOnly Property Data As IDictionary(Of String, Object)
	Get
public:
property IDictionary<String^, Object^>^ Data {
	IDictionary<String^, Object^>^ get ();
}member Data : IDictionary<string, Object> with get
Property Value
Type: 
IDictionaryString, 
Object
See Also