EnterpriseProjectTypeCreationInformation.IsDefault property

Gets or sets whether an EPT is the type that all new projects should use by default.

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 EnterpriseProjectTypeCreationInformation
Dim value As Boolean

value = instance.IsDefault

instance.IsDefault = value
[RemoteAttribute]
public bool IsDefault { get; set; }

Property value

Type: System.Boolean
True if the EPT is to be the default; otherwise, False.

See also

Reference

EnterpriseProjectTypeCreationInformation class

EnterpriseProjectTypeCreationInformation members

Microsoft.ProjectServer.Client namespace