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 类