SPUserCodePropertyCollection.IsReadonly property
取得旗標,指出集合是否為唯讀。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property IsReadonly As Boolean
Get
'用途
Dim instance As SPUserCodePropertyCollection
Dim value As Boolean
value = instance.IsReadonly
public bool IsReadonly { get; }
Property value
Type: System.Boolean
true如果集合是唯讀的。否則, false。值一定是false。
請參閱
參照
SPUserCodePropertyCollection class