SPWorkflowDataSourceView.CanUpdate Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property CanUpdate As Boolean
Get
'Usage
Dim instance As SPWorkflowDataSourceView
Dim value As Boolean
value = instance.CanUpdate
public override bool CanUpdate { get; }
Property Value
Type: System.Boolean
See Also
Reference
SPWorkflowDataSourceView Class