SessionCreationParametersUserData Property |
Gets the user data.
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> UserData { get; }
Public ReadOnly Property UserData As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ UserData {
IDictionary<String^, String^>^ get ();
}
member UserData : IDictionary<string, string> with get
Property Value
Type:
IDictionaryString,
StringSee Also