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