EnterpriseProjectType.IsDefault property
取得或設定布林值,這個值,指出這是否為預設的企業專案類型,新專案。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<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; }
Property value
Type: System.Boolean
True如果這是預設的類型。否則, False。