| RpObjModelAnnotations Property |
The annotations attached to the Representaion object model.
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[] Annotations { get; }
Public Overridable ReadOnly Property Annotations As String()
Get
public:
virtual property array<String^>^ Annotations {
array<String^>^ get ();
}
Property Value
Type:
String
The annotations attached to the representaion object
model.
Remarks
This annotations are defined in the view specification.
See Also