PortalQuickStartGuide.LinkHtml Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("PQSGWebpart_Property_LinkHtml_Text", "", "PQSGWebpart_Property_LinkHtml_Description")> _
<ObsoleteAttribute("This control is obsolete.")> _
Public Property LinkHtml As String
Get
Set
'Usage
Dim instance As PortalQuickStartGuide
Dim value As String
value = instance.LinkHtml
instance.LinkHtml = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("PQSGWebpart_Property_LinkHtml_Text", "", "PQSGWebpart_Property_LinkHtml_Description")]
[ObsoleteAttribute("This control is obsolete.")]
public string LinkHtml { get; set; }
Property Value
Type: System.String