 | NetForumEntityId Property |
Primary key of the NetFORUM entity.
Namespace: Ignition.Framework.EntitiesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic virtual NetForumId Id { get; protected set; }Public Overridable Property Id As NetForumId
Get
Protected Set
public:
virtual property NetForumId^ Id {
NetForumId^ get ();
protected: void set (NetForumId^ value);
}abstract Id : NetForumId with get, set
override Id : NetForumId with get, set
Property Value
NetForumId
RemarksThis property does not need to be manually bound to a NetFORUM field, as it is automatically bound by Ignition.
See Also