RegisteredTaskType.TaskSpaceUrl Property

Gets or sets the URL of the site where this task type is configured.

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

Syntax

'Declaration
Public Property TaskSpaceUrl As String
    Get
    Set
'Usage
Dim instance As RegisteredTaskType
Dim value As String

value = instance.TaskSpaceUrl

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

Property Value

Type: System.String

See Also

Reference

RegisteredTaskType Class

RegisteredTaskType Members

OBA.Server.Taskflow Namespace