EnterpriseResourceCreationInformation.IsInactive プロパティ
取得またはを非アクティブな状態でこのリソースを作成かどうかを示す Boolean 値を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property IsInactive As Boolean
Get
Set
'使用
Dim instance As EnterpriseResourceCreationInformation
Dim value As Boolean
value = instance.IsInactive
instance.IsInactive = value
[RemoteAttribute]
public bool IsInactive { get; set; }
プロパティ値
型: System.Boolean
Trueリソースを非アクティブ状態で作成する場合それ以外の場合、 False。
関連項目
参照先
EnterpriseResourceCreationInformation クラス