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