SPGlobalConfig.QuotaTemplates property

NOTE: This API is now obsolete.

Obsolete. Gets a quota template collection that represents all the quota templates for the SharePoint Foundation deployment.

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

Syntax

'Declaration
<ObsoleteAttribute("Most of the functionality in this class is available in SPFarm or SPWebService.",  _
    False)> _
Public ReadOnly Property QuotaTemplates As SPQuotaTemplateCollection
    Get
'Usage
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
An SPQuotaTemplateCollection object that represents the quota templates.

See also

Reference

SPGlobalConfig class

SPGlobalConfig members

Microsoft.SharePoint.Administration namespace