CreateTaskRequest.RootSiteUrl Property
Gets or sets a string representing the root site URL. The root site is the site on which the Duet Enterprise SAP Workflow feature is activated.
Namespace: OBA.Server.Taskflow
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public Property RootSiteUrl As String
Get
Set
'Usage
Dim instance As CreateTaskRequest
Dim value As String
value = instance.RootSiteUrl
instance.RootSiteUrl = value
public string RootSiteUrl { get; set; }
Property Value
Type: System.String