PublishedTask.ConstraintType-Eigenschaft
Ruft die Optionen für den Typ der Einschränkung, die auf die Planung einer Aufgabe angewendet werden kann.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property ConstraintType As ConstraintType
Get
'Usage
Dim instance As PublishedTask
Dim value As ConstraintType
value = instance.ConstraintType
[RemoteAttribute]
public ConstraintType ConstraintType { get; }
Eigenschaftswert
Typ: Microsoft.ProjectServer.Client.ConstraintType
Eine Einschränkungsart.
Hinweise
Beispiele für Einschränkungstypen sind Must Start On, Must Finish On, Start No Earlier Than, Start No Later Than, Finish No Earlier Thanund Finish No Later Than.