BlogMonthQuickLaunch.DateUrl - Propriété
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property DateUrl As String
Get
Set
'Utilisation
Dim instance As BlogMonthQuickLaunch
Dim value As String
value = instance.DateUrl
instance.DateUrl = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public string DateUrl { get; set; }
Valeur de propriété
Type : System.String