Share via


EnterpriseProjectTypeCreationInformation.IsManaged property

Gets or sets whether a project that an EPT creates is fully managed by Project Server, or is a SharePoint tasks list.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsManaged As Boolean
    Get
    Set
'Usage
Dim instance As EnterpriseProjectTypeCreationInformation
Dim value As Boolean

value = instance.IsManaged

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

Property value

Type: System.Boolean
True if the EPT creates projects that Project Server manages; False if the EPT creates projects as SharePoint tasks list projects.

See also

Reference

EnterpriseProjectTypeCreationInformation class

EnterpriseProjectTypeCreationInformation members

Microsoft.ProjectServer.Client namespace