Share via


BuildSPUri.Path property

Gets or sets the path portion of the SharePoint uniform resource identifier (URI).

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Path As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As BuildSPUri
Dim value As InArgument(Of String)

value = instance.Path

instance.Path = value
[RequiredArgumentAttribute]
public InArgument<string> Path { get; set; }

Property value

Type: System.Activities.InArgument<String>
Returns the UIR path.

See also

Reference

BuildSPUri class

BuildSPUri members

Microsoft.SharePoint.WorkflowServices.Activities namespace