ProjectDetailPageCreationInformation.IsCreate property

Gets or sets a value that indicates whether a project detail page is created.

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

Syntax

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

value = instance.IsCreate

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

Property value

Type: System.Boolean
True if a project detail page is created; otherwise, False.

See also

Reference

ProjectDetailPageCreationInformation class

ProjectDetailPageCreationInformation members

Microsoft.ProjectServer.Client namespace