TaskParentEndPoint.LOBSystemInstance Property

Gets or sets the string representing the particular instance of the external system.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property LOBSystemInstance As String
    Get
    Set
'Usage
Dim instance As TaskParentEndPoint
Dim value As String

value = instance.LOBSystemInstance

instance.LOBSystemInstance = value
public string LOBSystemInstance { get; set; }

Property Value

Type: System.String

See Also

Reference

TaskParentEndPoint Class

TaskParentEndPoint Members

OBA.Server.Taskflow Namespace