EnterpriseProjectType.IsDefault property
Gets or sets a Boolean value that indicates whether this is the default enterprise project type for new projects.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property IsDefault As Boolean
Get
Set
'Usage
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 if this is the default type; otherwise, False.