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