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