共用方式為


EnterpriseProjectType.ImageUrl property

取得或設定圖示與企業專案型別相關聯的 URL。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public Property ImageUrl As String
    Get
    Set
'用途
Dim instance As EnterpriseProjectType
Dim value As String

value = instance.ImageUrl

instance.ImageUrl = value
[RemoteAttribute]
public string ImageUrl { get; set; }

Property value

Type: System.String
物件,包含圖示的 URL。

請參閱

參照

EnterpriseProjectType class

EnterpriseProjectType members

Microsoft.ProjectServer.Client namespace