CphRelationshipIsPrimary Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[QueryOnEqualityAttribute("cst_cph_key", "cph_key")]
[NetForumFieldAttribute("cph_primary")]
public bool IsPrimary { get; set; }
<QueryOnEqualityAttribute("cst_cph_key", "cph_key")>
<NetForumFieldAttribute("cph_primary")>
Public Property IsPrimary As Boolean
Get
Set
public:
[QueryOnEqualityAttribute(L"cst_cph_key", L"cph_key")]
[NetForumFieldAttribute(L"cph_primary")]
property bool IsPrimary {
bool get ();
void set (bool value);
}
[<QueryOnEqualityAttribute("cst_cph_key", "cph_key")>]
[<NetForumFieldAttribute("cph_primary")>]
member IsPrimary : bool with get, set
Property Value
Boolean