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