| RepresentationInS2CTransaction Property |
Gets a value that indicates if the representation is being
updated by a server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public bool InS2CTransaction { get; }
Public ReadOnly Property InS2CTransaction As Boolean
Get
public:
property bool InS2CTransaction {
bool get ();
}
Property Value
Type:
Booleantrue if the representation is being updated by a
server,
false otherwise.
See Also