| RpObjModelAnnotations Property |
The annotations attached to the Representaion object model.
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[] 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