WorkflowDataSet.EnterpriseProjectTypeRow.ENTERPRISE_PROJECT_TYPE_IMAGE_URL property

Gets or sets the image URL of the project type.

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ENTERPRISE_PROJECT_TYPE_IMAGE_URL As String
    Get
    Set
'Usage
Dim instance As WorkflowDataSet.EnterpriseProjectTypeRow
Dim value As String

value = instance.ENTERPRISE_PROJECT_TYPE_IMAGE_URL

instance.ENTERPRISE_PROJECT_TYPE_IMAGE_URL = value
public string ENTERPRISE_PROJECT_TYPE_IMAGE_URL { get; set; }

Property value

Type: System.String
A string that contains a URL.

See also

Reference

WorkflowDataSet.EnterpriseProjectTypeRow class

WorkflowDataSet.EnterpriseProjectTypeRow members

WebSvcWorkflow namespace