EnterpriseResource.IsActive property

Gets or sets a value that indicates whether an enterprise resource has been made active or inactive.

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

Syntax

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

value = instance.IsActive

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

Property value

Type: System.Boolean
True if the enterprise resource is currently active; otherwise, False.

See also

Reference

EnterpriseResource class

EnterpriseResource members

Microsoft.ProjectServer.Client namespace