WorkflowDataSet.EnterpriseProjectTypeRow.ENTERPRISE_PROJECT_WORKSPACE_TEMPLATE_NAME property
Gets or sets the project site template name.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property ENTERPRISE_PROJECT_WORKSPACE_TEMPLATE_NAME As String
Get
Set
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
Dim value As String
value = instance.ENTERPRISE_PROJECT_WORKSPACE_TEMPLATE_NAME
instance.ENTERPRISE_PROJECT_WORKSPACE_TEMPLATE_NAME = value
public string ENTERPRISE_PROJECT_WORKSPACE_TEMPLATE_NAME { get; set; }
Property value
Type: System.String
The name of a template.
See also
Reference
WorkflowDataSet.EnterpriseProjectTypeRow class