共用方式為


WorkflowDefinition.Properties 屬性

命名空間:  Microsoft.SharePoint.Client.WorkflowServices
組件:  Microsoft.SharePoint.Client.WorkflowServices (在 Microsoft.SharePoint.Client.WorkflowServices.dll 中)

語法

'宣告
Public ReadOnly Property Properties As IDictionary(Of String, String)
    Get
'用途
Dim instance As WorkflowDefinition
Dim value As IDictionary(Of String, String)

value = instance.Properties
public IDictionary<string, string> Properties { get; }

屬性值

類型:System.Collections.Generic.IDictionary<String, String>

請參閱

參照

WorkflowDefinition 類別

WorkflowDefinition 成員

Microsoft.SharePoint.Client.WorkflowServices 命名空間