| RepresentationRepresentationId Property |
Gets or sets the representation identifier.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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