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。