Share via


FriendlyUrl.OtherProperties property

Gets or sets an array of key-value pairs for a FriendlyUrl object.

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

Syntax

'Declaration
Public Property OtherProperties As OtherProperty()
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As OtherProperty()

value = instance.OtherProperties

instance.OtherProperties = value
public OtherProperty[] OtherProperties { get; set; }

Property value

Type: []
An array of key-value pairs for a FriendlyUrl object.

Remarks

The OtherProperties property represents a property bag of arbitrary properties that may be returned. The property may be empty.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace