SPWebApplication.DaysToShowNewIndicator - Propriété

Obtient ou définit le nombre de jours pendant lesquels l'icône Nouveau s'affiche en regard des éléments de liste.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Property DaysToShowNewIndicator As Integer
    Get
    Set
'Utilisation
Dim instance As SPWebApplication
Dim value As Integer

value = instance.DaysToShowNewIndicator

instance.DaysToShowNewIndicator = value
public int DaysToShowNewIndicator { get; set; }

Valeur de propriété

Type : System.Int32
Un entier de 32 bits qui indique le nombre de jours. La valeur par défaut est de deux jours.

Voir aussi

Référence

SPWebApplication classe

SPWebApplication - Membres

Microsoft.SharePoint.Administration - Espace de noms