EnterpriseProjectTypeCreationInformation.ImageUrl 屬性
取得或設定相關聯的 EPT 圖像的 URL。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property ImageUrl As String
Get
Set
'用途
Dim instance As EnterpriseProjectTypeCreationInformation
Dim value As String
value = instance.ImageUrl
instance.ImageUrl = value
[RemoteAttribute]
public string ImageUrl { get; set; }
屬性值
類型:System.String
圖像的位置。
請參閱
參照
EnterpriseProjectTypeCreationInformation 類別