Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.