Gets or sets the cursor.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic string Cursor { get; set; }Public Property Cursor As String
Get
Set
public:
property String^ Cursor {
String^ get ();
void set (String^ value);
}member Cursor : string with get, set
Property Value
String
The cursor.
See Also