WorkflowSubscription.SetProperty método
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public Sub SetProperty ( _
name As String, _
value As String _
)
'Uso
Dim instance As WorkflowSubscription
Dim name As String
Dim value As String
instance.SetProperty(name, value)
public void SetProperty(
string name,
string value
)
Parâmetros
- name
Tipo: System.String
- value
Tipo: System.String