Partager via


SPWorkflowAssociation.LockItem - Propriété

Obtient ou définit une valeur qui établit une association en lecture seule.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property LockItem As Boolean
    Get
    Set
'Utilisation
Dim instance As SPWorkflowAssociation
Dim value As Boolean

value = instance.LockItem

instance.LockItem = value
public bool LockItem { get; set; }

Valeur de propriété

Type : System.Boolean
true si l'association est en lecture seule ; dans le cas contraire, false.

Voir aussi

Référence

SPWorkflowAssociation classe

SPWorkflowAssociation - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview