OfficeTask.WebURL Property

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