EnterpriseResource.IsActive-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob eine Enterprise-Ressource aktiv oder inaktiv vorgenommen wurde.
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; }
Eigenschaftswert
Typ: System.Boolean
True ist die Enterprise-Ressource derzeit aktive; andernfalls False.