Version members
NOTE: This API is now obsolete.
Reserved for internal use. Contains general constants that are used in a Project Server version.
The Version type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Version | Obsolete. Instantiates a Version object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InvalidCharacters | Obsolete. Following are the array of characters that are not valid in a version name: / \ " ; : < > | [ ] , . ? ' # * | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
EntityTypeGuid | Obsolete. Value = 0000519b-828d-4996-8bb7-8cfd02d5bde1. The entity type GUID for objects in the Project Server version. | |
MAX_VERSION_NAME_LEN | Obsolete. Value = 50. The maximum name length for a Project Server version. | |
PublishedGuid | Obsolete. Value = C171F99F-E955-43b8-851B-2C775D91C4EC. The GUID for the Published database. | |
WorkingGuid | Obsolete. Value = 34E87EEE-A225-486b-BCC5-82EAD4B18C7C. The GUID for the Draft database. |
Top