SPQuota.QuotaID property

Gets or sets the ID for the quota.

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

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).

See also

Reference

SPQuota class

SPQuota members

Microsoft.SharePoint.Administration namespace