Freigeben über


SPWebApplication.MaxSizeForSelfServiceEvalSiteCreationMB-Eigenschaft

Ruft ab oder legt die maximale Größe in MB einer Websitesammlung, für welche Self anfordern und die automatische Erstellung von upgradeauswertungswebsites zulässig ist.

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

Syntax

'Declaration
Public Property MaxSizeForSelfServiceEvalSiteCreationMB As Long
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Long

value = instance.MaxSizeForSelfServiceEvalSiteCreationMB

instance.MaxSizeForSelfServiceEvalSiteCreationMB = value
public long MaxSizeForSelfServiceEvalSiteCreationMB { get; set; }

Eigenschaftswert

Typ: System.Int64
Die maximale Größe in MB einer Websitesammlung.

Hinweise

Wenn eine Websitesammlung größer als dieser Größe ist, muss die Anforderung Farmadministratoren stammen. Die Standardgröße beträgt 100GB.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace