共用方式為


BlogAdminWebPart.CategoryUrl property

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

Syntax

'宣告
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property CategoryUrl As String
    Get
    Set
'用途
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

請參閱

參照

BlogAdminWebPart class

BlogAdminWebPart members

Microsoft.SharePoint.WebPartPages namespace