PublishedProject.Owner 屬性
取得專案擁有者。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property Owner As User
Get
Set
'用途
Dim instance As PublishedProject
Dim value As User
value = instance.Owner
instance.Owner = value
[RemoteAttribute]
public User Owner { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.User
專案擁有者。