Share via


EnterpriseProjectType.IsManaged property

Gets or sets a value that indicates whether projects that are created with this enterprise project type should be in visibility mode or with full control by Project Server.

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

value = instance.IsManaged

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

Property value

Type: System.Boolean
True if the projects that are created with this enterprise project type should be in managed or visibility mode; otherwise, False.

See also

Reference

EnterpriseProjectType class

EnterpriseProjectType members

Microsoft.ProjectServer.Client namespace