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