共用方式為


BlogMonthQuickLaunch.ArchiveUrl property

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

Syntax

'宣告
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ArchiveUrl As String
    Get
    Set
'用途
Dim instance As BlogMonthQuickLaunch
Dim value As String

value = instance.ArchiveUrl

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

Property value

Type: System.String

請參閱

參照

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace