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