Share via


FriendlyUrl.Path property

Gets or sets the path of a FriendlyUrl object.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property Path As String
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As String

value = instance.Path

instance.Path = value
public string Path { get; set; }

Property value

Type: System.String
The path of a FriendlyUrl object.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace