EnterpriseProjectType.IsDefault プロパティ
取得または新しいプロジェクトの既定値エンタープライズ プロジェクトの種類であるかどうかを示す Boolean 値を設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property IsDefault As Boolean
Get
Set
'使用
Dim instance As EnterpriseProjectType
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
[RemoteAttribute]
public bool IsDefault { get; set; }
プロパティ値
型: System.Boolean
True場合は、既定の種類です。それ以外の場合、 False。