RegistrantTypeIsGuestType Property
Namespace: Ignition.EventsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("rgt_guest_flag")]
public bool IsGuestType { get; protected set; }
<NetForumFieldAttribute("rgt_guest_flag")>
Public Property IsGuestType As Boolean
Get
Protected Set
public:
[NetForumFieldAttribute(L"rgt_guest_flag")]
property bool IsGuestType {
bool get ();
protected: void set (bool value);
}
[<NetForumFieldAttribute("rgt_guest_flag")>]
member IsGuestType : bool with get, set
Property Value
Boolean