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 (in Microsoft.Office.Server.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