Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Project enterprise type name. Read-only.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ENTERPRISE_PROJECT_TYPE_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.ENTERPRISE_PROJECT_TYPE_NAME
instance.ENTERPRISE_PROJECT_TYPE_NAME = value
public string ENTERPRISE_PROJECT_TYPE_NAME { get; set; }
Property value
Type: System.String
The enterprise type name.
Remarks
This is the name users will see while creating new projects in Project Center.
See also
Reference
ProjectDataSet.ProjectRow class