Share via


ServerLink.IsPublished property

Returns a Boolean value that specifies whether the link represented by the server link is published.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property IsPublished As Boolean
    Get
    Set
'Usage
Dim instance As ServerLink
Dim value As Boolean

value = instance.IsPublished

instance.IsPublished = value
public bool IsPublished { get; set; }

Property value

Type: System.Boolean
If the link is published, true; otherwise, false.

See also

Reference

ServerLink class

ServerLink members

Microsoft.Office.Server.UserProfiles namespace