UserInfoContacts - свойство
A collection of the user's contact information entries.
Пространство имён: Tessa.Roles.UserInfoСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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