SessionCreationParametersUserData Property  | 
 Gets the user data.
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic 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, 
String
See Also