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