CategoryNavigationWebPart.RedirectedUrl Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")> _
Public Property RedirectedUrl As String
Get
Set
'Usage
Dim instance As CategoryNavigationWebPart
Dim value As String
value = instance.RedirectedUrl
instance.RedirectedUrl = value
[ObsoleteAttribute("This control is obsolete. Please use asp:Menu instead.")]
public string RedirectedUrl { get; set; }
Property Value
Type: System.String
See Also
Reference
CategoryNavigationWebPart Class