GPVersionInfo
A class the represents a version in a geodatabase.
| Property | Type | Description | 
|---|---|---|
| Access | The version's access permission. Can be public, private, or protected. | |
| AncestorNames | string[] | The versions that are ancestors of this version. | 
| ChildrenNames | string[] | The versions that are children of this version. | 
| Created | string | The date and time the version was created. | 
| Description | string | The version's description. | 
| Modified | string | The date and time the version was last modified. | 
| ParentName | string | The name of the parent version. | 
| VersionName | string | The version's name. | 
10/23/2013