Gets or sets the version of the entity.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic int Version { get; set; }Public Property Version As Integer
	Get
	Set
public:
property int Version {
	int get ();
	void set (int value);
}member Version : int with get, set
Property Value
Type: 
Int32
            The entity version.
            
Remarks  Caution | 
|---|
| 
              This is used to determine if the view or some properties in it are different and
              it should be upgraded or handled differently to function correctly. This should only be
              set by the creator of the view.
             | 
See Also