Version Members
Include Protected Members
Include Inherited Members
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 | 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 | 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 | Value = 0000519b-828d-4996-8bb7-8cfd02d5bde1. The entity type GUID for objects in the Project Server version. | |
MAX_VERSION_NAME_LEN | Value = 50. The maximum name length for a Project Server version. | |
PublishedGuid | Value = C171F99F-E955-43b8-851B-2C775D91C4EC. The GUID for the Published database. | |
WorkingGuid | Value = 34E87EEE-A225-486b-BCC5-82EAD4B18C7C. The GUID for the Draft database. |
Top