PossibleOutcome.Outcome Property
Gets or sets the numerical value representing the outcome of the update action.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property Outcome As String
Get
Set
'Usage
Dim instance As PossibleOutcome
Dim value As String
value = instance.Outcome
instance.Outcome = value
public string Outcome { get; set; }
Property Value
Type: System.String