SPWebApplication.DaysToShowNewIndicator-Eigenschaft

Ruft ab oder legt die Anzahl der Tage, die das Symbol neu neben neue Listenelemente angezeigt wird.

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

Syntax

'Declaration
Public Property DaysToShowNewIndicator As Integer
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer

value = instance.DaysToShowNewIndicator

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

Eigenschaftswert

Typ: System.Int32
Eine 32-Bit-Ganzzahl, die die Anzahl der Tage enthält. Der Standardwert beträgt zwei Tage.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace