Share via


FriendlyUrl.UniqueId property

Gets or sets an opaque ID assigned by the web service to a FriendlyUrl object.

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

Syntax

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

value = instance.UniqueId

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

Property value

Type: System.String
An opaque ID assigned by the web service to a FriendlyUrl object.

Remarks

The same ID is returned for the same FriendlyUrl object across multiple calls. The collision of a unique ID for different objects is a possibility.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace