SPListItemCollection.XMLUseAllProperties property
取得布林值,這個值,指出是否序列化集合的擴充的屬性。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Property XMLUseAllProperties As Boolean
Get
Set
'用途
Dim value As Boolean
value = Me.XMLUseAllProperties
Me.XMLUseAllProperties = value
protected bool XMLUseAllProperties { get; set; }
Property value
Type: System.Boolean
true如果擴充的屬性會序列化 ;否則, false。