Share via


BlogAdminWebPart.CategoryUrl property

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property CategoryUrl As String
    Get
    Set
'Usage
Dim instance As BlogAdminWebPart
Dim value As String

value = instance.CategoryUrl

instance.CategoryUrl = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string CategoryUrl { get; set; }

Property value

Type: System.String

See also

Reference

BlogAdminWebPart class

BlogAdminWebPart members

Microsoft.SharePoint.WebPartPages namespace