| RepresentationClosed Property |
Gets a value that indicates if a representation is closed.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual bool Closed { get; }
Public Overridable ReadOnly Property Closed As Boolean
Get
public:
virtual property bool Closed {
bool get ();
}
Property Value
Type:
Booleantrue if this representation is closed, and
false
if it is not.
See Also