LogOnResultBaseData Property |
Gets additional data associated with the authentication operation.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IDictionary<string, string> Data { get; }
Public ReadOnly Property Data As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ Data {
IDictionary<String^, String^>^ get ();
}
member Data : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also