[NetForumBusinessObjectAttribute("OrganizationWebsite")]
public class OrganizationWebsite : CustomerWebsite
<NetForumBusinessObjectAttribute("OrganizationWebsite")>
Public Class OrganizationWebsite
Inherits CustomerWebsite
[NetForumBusinessObjectAttribute(L"OrganizationWebsite")]
public ref class OrganizationWebsite : public CustomerWebsite
[<NetForumBusinessObjectAttribute("OrganizationWebsite")>]
type OrganizationWebsite =
class
inherit CustomerWebsite
end
OrganizationWebsite | Initializes a new instance of the OrganizationWebsite 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) |