Compartilhar via


SPGlobalConfig.QuotaTemplates property

NOTE: This API is now obsolete.

Obsoleto. Obtém uma coleção de modelo de cota que representa todos os modelos de cota para a implantação de SharePoint Foundation .

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

Syntax

'Declaração
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public ReadOnly Property QuotaTemplates As SPQuotaTemplateCollection
    Get
'Uso
Dim instance As SPGlobalConfig
Dim value As SPQuotaTemplateCollection

value = instance.QuotaTemplates
[ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.", 
    false)]
public SPQuotaTemplateCollection QuotaTemplates { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPQuotaTemplateCollection
Um objeto SPQuotaTemplateCollection que representa os modelos de cota.

Ver também

Referência

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace