命名空间: 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>