SPQuota.QuotaID Property
Gets or sets the ID for the quota.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property QuotaID As UShort
Get
Set
'Usage
Dim instance As SPQuota
Dim value As UShort
value = instance.QuotaID
instance.QuotaID = value
public ushort QuotaID { get; set; }
Property Value
Type: System.UInt16
An unsigned 16-bit integer that specifies the ID. The default value is 0 (zero).