SPQuotaTemplate.Value property
Gets the ID of the quota template.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.