BaseSession.RemoveAttributeFromTask method
Removes an attribute from a task.
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Function RemoveAttributeFromTask ( _
taskKey As Integer, _
attribute As String _
) As TaskWriteResult
'Usage
Dim instance As BaseSession
Dim taskKey As Integer
Dim attribute As String
Dim returnValue As TaskWriteResult
returnValue = instance.RemoveAttributeFromTask(taskKey, _
attribute)
[RemoteAttribute]
public TaskWriteResult RemoveAttributeFromTask(
int taskKey,
string attribute
)
Parameters
taskKey
Type: System.Int32ID of the task.
attribute
Type: System.StringAttribute to be removed.
Return value
Type: Microsoft.SharePoint.WorkManagement.Client.TaskWriteResult