WorkflowDefinition.SetProperty - Méthode

Ce membre est réservé à une utilisation interne et n’est pas destiné à être utilisé directement à partir de votre code.

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

Syntaxe

'Déclaration
<ClientCallableMethodAttribute> _
Public Sub SetProperty ( _
    propertyName As String, _
    value As String _
)
'Utilisation
Dim instance As WorkflowDefinition
Dim propertyName As String
Dim value As String

instance.SetProperty(propertyName, value)
[ClientCallableMethodAttribute]
public void SetProperty(
    string propertyName,
    string value
)

Paramètres

Voir aussi

Référence

WorkflowDefinition classe

WorkflowDefinition - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms