UserInfoContactInfo - свойство
Additional contact-related information as key-value pairs.
This may include formatting options, visibility flags, etc.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public IDictionary<string, Object?>? Info { get; set; }
Public Property Info As IDictionary(Of String, Object)
Get
Set
public:
property IDictionary<String^, Object^>^ Info {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
member Info : IDictionary<string, Object> with get, set
Значение свойства
IDictionaryString,
Object