Share via


SPQuotaTemplate.Value Property

Gets the ID of the quota template.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Value As String
    Get
'Usage
Dim instance As SPQuotaTemplate
Dim value As String

value = instance.Value
public string Value { get; }

Property Value

Type: System.String
A string that specifies the ID.

Remarks

The Value property returns the value of the QuotaID property of SPQuota object as a string.

See Also

Reference

SPQuotaTemplate Class

SPQuotaTemplate Members

Microsoft.SharePoint.Administration Namespace