| RepresentationRepresentationId Property |
Gets or sets the representation identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int RepresentationId { get; set; }
Public Property RepresentationId As Integer
Get
Set
public:
property int RepresentationId {
int get ();
void set (int value);
}
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