Click or drag to resize
ContactInfoContactPersonaID Property
Gets or sets persona ID the contact belongs to or null, if no such persona exists.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public virtual Nullable<int> ContactPersonaID { get; set; }

Property Value

Type: NullableInt32
See Also