WorkflowTemplate.PermissionsManual 属性
Gets a value that specifies the permission level a user must have to manually start workflow instances based on the workflow template.
命名空间: Microsoft.SharePoint.Client.Workflow
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property PermissionsManual As BasePermissions
Get
用法
Dim instance As WorkflowTemplate
Dim value As BasePermissions
value = instance.PermissionsManual
public BasePermissions PermissionsManual { get; }
属性值
类型:Microsoft.SharePoint.Client.BasePermissions
Returns a BasePermissions instance representing the permission level a user must have to manually start workflow instances based on the workflow template.
The default value is EditListItems.