共用方式為


SPQuotaTemplate.Value property

取得配額範本的識別碼。

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

Syntax

'宣告
Public ReadOnly Property Value As String
    Get
'用途
Dim instance As SPQuotaTemplate
Dim value As String

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

Property value

Type: System.String
字串,指定識別碼。

備註

Value屬性會以 string 傳回SPQuota物件的QuotaID屬性的值。

請參閱

參照

SPQuotaTemplate class

SPQuotaTemplate members

Microsoft.SharePoint.Administration namespace