Click or drag to resize
ContactCountForPersonaPersonaID Property
ID of a persona the contacts belong to. Is null if the contacts don't belong to any persona.

Namespace: CMS.Personas.Internal
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
public Nullable<int> PersonaID { get; set; }

Property Value

Type: NullableInt32
See Also