Click or drag to resize
ContactInfo.Accounts Property
Collection of the accounts belonging to the object.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax
C#
public virtual IInfoObjectCollection<AccountInfo> Accounts { get; }

Property Value

Type: IInfoObjectCollection<AccountInfo>
See Also