BlogMonthQuickLaunch.DateUrl property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property DateUrl As String
Get
Set
'Usage
Dim instance As BlogMonthQuickLaunch
Dim value As String
value = instance.DateUrl
instance.DateUrl = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string DateUrl { get; set; }
Property value
Type: System.String