RegisterTaskExtensibleElements.RootSiteUrl Property
Gets or sets the string representing the root site URL. The top-level (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 RegisterTaskExtensibleElements
Dim value As String
value = instance.RootSiteUrl
instance.RootSiteUrl = value
public string RootSiteUrl { get; set; }
Property Value
Type: System.String
See Also
Reference
RegisterTaskExtensibleElements Class