C# Класс DesktopAnalytics.UserInfo

Used to send id information to analytics; the most natural way to use this is to load it from your Settings.Default each time you run, even if you don't know these things yet because the user hasn't registered yet. Then even if they register while offline, eventually this informatino will be sent when they *are* online.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Email string
FirstName string
LastName string
OtherProperties string>.Dictionary
UILanguageCode string

Описание свойств

Email публичное свойство

public string Email
Результат string

FirstName публичное свойство

public string FirstName
Результат string

LastName публичное свойство

public string LastName
Результат string

OtherProperties публичное свойство

public Dictionary OtherProperties
Результат string>.Dictionary

UILanguageCode публичное свойство

public string UILanguageCode
Результат string