Click or drag to resize

RepresentationInC2STransaction Property

Gets a value that indicates if this representation is being updated by the component.

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 InC2STransaction { get; }

Property Value

Type: Boolean
true if the representation is being updated by the component, false otherwise.
See Also