Click or drag to resize

RepresentationInS2CTransaction Property

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

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public bool InS2CTransaction { get; }

Property Value

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