UserInfoContacts - свойство
A collection of the user's contact information entries.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
public IList<UserInfoContact>? Contacts { get; set; }
Public Property Contacts As IList(Of UserInfoContact)
Get
Set
public:
virtual property IList<UserInfoContact^>^ Contacts {
IList<UserInfoContact^>^ get () sealed;
void set (IList<UserInfoContact^>^ value) sealed;
}
abstract Contacts : IList<UserInfoContact> with get, set
override Contacts : IList<UserInfoContact> with get, set
IListUserInfoContactIUserInfoContacts