DraftAssignment.Owner プロパティ
取得または、現在の割り当ての進捗を入力することを担当するユーザーの名前を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property Owner As User
Get
Set
'使用
Dim instance As DraftAssignment
Dim value As User
value = instance.Owner
instance.Owner = value
[RemoteAttribute]
public User Owner { get; set; }
プロパティ値
型: Microsoft.SharePoint.Client.User
割り当ての所有者を表すEnterpriseResourceオブジェクト。