| RpAttrModelLabel Property |
Gets the attribute label.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public string Label { get; }
Public ReadOnly Property Label As String
Get
public:
property String^ Label {
String^ get ();
}
Property Value
Type:
String
The attribute label.
See Also