Click or drag to resize
RepresentationRepresentationId Property
Gets or sets the representation identifier.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public int RepresentationId { get; set; }

Property Value

Type: Int32
The representation identifier.
Remarks
This identifier is unique. It is used internally by the server/component protocol, as well as in trace mode.
See Also