WorkflowDataSet.EnterpriseProjectTypeRow.ENTERPRISE_PROJECT_TYPE_NAME property
Gets or sets the project type name.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ENTERPRISE_PROJECT_TYPE_NAME As String
Get
Set
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
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 name of a project type.
See also
Reference
WorkflowDataSet.EnterpriseProjectTypeRow class