ServerLink.IsPublished Property
Gets or sets a value that indicates whether the link represented by the server link is published.
Namespace: [PublishedLinksService Web service]
Web service reference: http://Site/_vti_bin/PublishedLinksService.asmx
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
true if the link is published; otherwise, false.