| RpObjectLabel Property |
Gets the label of the representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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