CphRelationshipCustomerId Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[ParentEntityIdAttribute]
[NetForumFieldAttribute("cph_cst_key")]
public NetForumId CustomerId { get; set; }
<ParentEntityIdAttribute>
<NetForumFieldAttribute("cph_cst_key")>
Public Property CustomerId As NetForumId
Get
Set
public:
[ParentEntityIdAttribute]
[NetForumFieldAttribute(L"cph_cst_key")]
virtual property NetForumId^ CustomerId {
NetForumId^ get () sealed;
void set (NetForumId^ value) sealed;
}
[<ParentEntityIdAttribute>]
[<NetForumFieldAttribute("cph_cst_key")>]
abstract CustomerId : NetForumId with get, set
[<ParentEntityIdAttribute>]
[<NetForumFieldAttribute("cph_cst_key")>]
override CustomerId : NetForumId with get, set
Property Value
NetForumId