| RepresentationClosed Property |
Gets a value that indicates if a representation is closed.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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