| RepresentationInC2STransaction Property |
Gets a value that indicates if this representation is being
updated by the component.
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 InC2STransaction { get; }
Public Overridable ReadOnly Property InC2STransaction As Boolean
Get
public:
virtual property bool InC2STransaction {
bool get ();
}
Property Value
Type:
Booleantrue if the representation is being updated by the
component,
false otherwise.
See Also