Click or drag to resize

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; }

Property Value

Type: Boolean
true if this representation is closed, and false if it is not.
See Also