OfficeTask.WebURL property

The full url pointing to the web. e.g."http://www.fabrikam.com:8080/foo/bar" or "http://www.fabrikam.com/foo/bar"

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property WebURL As String
    Get
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.WebURL
[BrowsableAttribute(false)]
public string WebURL { get; }

Property value

Type: System.String
Returns String.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace