OnTaskCompleted.TaskGuid-Eigenschaft
der Guid-Wert der Aufgabe, die abgeschlossen werden soll. Dies ist der Wert des Felds SPListItem ["GUID"]
Namespace: Microsoft.Office.Workflow.Actions
Assembly: Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public Property TaskGuid As Guid
Get
Set
'Usage
Dim instance As OnTaskCompleted
Dim value As Guid
value = instance.TaskGuid
instance.TaskGuid = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(false)]
public Guid TaskGuid { get; set; }
Eigenschaftswert
Typ: System.Guid