Click or drag to resize

RoomVariable Properties

The RoomVariable type exposes the following members.

Properties
  NameDescription
Public propertyIsPersistent
Indicates whether this Room Variable is persistent or not.
Public propertyIsPrivate
Indicates whether this Room Variable is private or not.
Public propertyName
Indicates the name of this variable.
(Inherited from Variable.)
Public propertyType
Indicates the type of this variable.
(Inherited from Variable.)
Public propertyValue
Returns the untyped value of this variable.
(Inherited from Variable.)
Top
See Also