Assignment.IsPublished プロパティ
割り当てを発行するかどうかを示す値を取得します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public ReadOnly Property IsPublished As Boolean
Get
'使用
Dim instance As Assignment
Dim value As Boolean
value = instance.IsPublished
[RemoteAttribute]
public bool IsPublished { get; }
プロパティ値
型: System.Boolean
True場合は、割り当てが発行されます。それ以外の場合、 False。