del método WorkflowSubscription.SetProperty
Espacio de nombres: Microsoft.SharePoint.Client.WorkflowServices
Ensamblado: Microsoft.SharePoint.Client.WorkflowServices (en Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxis
'Declaración
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
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Client.WorkflowServices