Freigeben über


EnterpriseResource.IsCheckedOut-Eigenschaft

Ruft einen Wert, der angibt, ob Enterprise-Ressourcendaten Zuordnung derzeit für die Aktualisierung oder Änderung ist oder ob die Enterprise-Ressource ausgecheckt ist.

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

Syntax

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

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

Eigenschaftswert

Typ: System.Boolean
True Wenn die Enterprise-Ressource gegenwärtig ausgecheckt ist; andernfalls False.

Siehe auch

Referenz

EnterpriseResource Klasse

EnterpriseResource-Member

Microsoft.ProjectServer.Client-Namespace