PortalQuickStartGuide.LinkHtml Property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property LinkHtml As String
Get
Set
'Usage
Dim instance As PortalQuickStartGuide
Dim value As String
value = instance.LinkHtml
instance.LinkHtml = value
public string LinkHtml { get; set; }
Property Value
Type: System.String