Share via


FriendlyUrl.HostName property

Gets or sets the name of the server hosting a FriendlyUrl object.

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

Syntax

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

value = instance.HostName

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

Property value

Type: System.String

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace