[NetForumBusinessObjectAttribute("Region")]
public class Region : NetForumEntity<NetForumBusinessObjectAttribute("Region")>
Public Class Region
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"Region")]
public ref class Region : public NetForumEntity[<NetForumBusinessObjectAttribute("Region")>]
type Region =
class
inherit NetForumEntity
end| Region | Initializes a new instance of the Region class |
| Code | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IsInternational | |
| RevisionInformation | (Inherited from NetForumEntity) |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |