Assignment.IsPublished - Propriété
Obtient une valeur qui indique si l'affectation est publiée.
Espace de noms : Microsoft.ProjectServer.Client
Assembly : Microsoft.ProjectServer.Client (dans Microsoft.ProjectServer.Client.dll)
Syntaxe
'Déclaration
<RemoteAttribute> _
Public ReadOnly Property IsPublished As Boolean
Get
'Utilisation
Dim instance As Assignment
Dim value As Boolean
value = instance.IsPublished
[RemoteAttribute]
public bool IsPublished { get; }
Valeur de propriété
Type : System.Boolean
True si l'affectation est publiée ; dans le cas contraire, False.