Stage.CheckInRequired 屬性
取得或設定一個值,指出是否需要專案存回。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public Property CheckInRequired As Boolean
Get
Set
'用途
Dim instance As Stage
Dim value As Boolean
value = instance.CheckInRequired
instance.CheckInRequired = value
[RemoteAttribute]
public bool CheckInRequired { get; set; }
屬性值
類型:System.Boolean
True如果專案存回,則需要 ;否則,請False。