| RpObjectLabel Property |
Gets the label of the representation object.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual string Label { get; }
Public Overridable ReadOnly Property Label As String
Get
public:
virtual property String^ Label {
String^ get ();
}
Property Value
Type:
String
The label of the representation object.
Remarks
This label is unique.
It is mainly used by trace mode.
See Also