Gets or sets the cursor.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
String
            The cursor.
            
See Also