WorkflowDefinition.Properties propriedade
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (em Microsoft.SharePoint.Client.WorkflowServices.dll)
Sintaxe
'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, String)
Get
'Uso
Dim instance As WorkflowDefinition
Dim value As IDictionary(Of String, String)
value = instance.Properties
public IDictionary<string, string> Properties { get; }
Valor de propriedade
Tipo: System.Collections.Generic.IDictionary<String, String>