PublishedProject.IsEnterpriseProject property

Gets or sets a value that indicates whether the published project is an enterprise project (managed by Project Server).

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

Syntax

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

value = instance.IsEnterpriseProject

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

Property value

Type: System.Boolean
True if the published project is an enterprise project; otherwise, False.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace