SPWebApplication.SelfServiceCreationQuotaTemplate property
Obtém ou define o modelo de cota a serem aplicadas ao criar conjuntos de sites.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Property SelfServiceCreationQuotaTemplate As String
Get
Set
'Uso
Dim instance As SPWebApplication
Dim value As String
value = instance.SelfServiceCreationQuotaTemplate
instance.SelfServiceCreationQuotaTemplate = value
public string SelfServiceCreationQuotaTemplate { get; set; }
Property value
Type: System.String