Property 元素 (DeploymentManifest)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
类型
属性
子元素
父元素

表示 Windows SharePoint Services 3.0 对象实例上的属性值。

DECLARATION
<xs:element name="Property" type="DictionaryEntry" minOccurs="0" maxOccurs="unbounded" />

USAGE
<Properties>
        <Property
                Name="xs:string"
                Value="xs:string"
                Value2="xs:string"
                Id="Guid"
                Type="SPDictionaryEntryValueType"
                Access="SPDictionaryEntryAccess"
        />
</Properties>

类型

DictionaryEntry

属性

属性

类型

说明

名称

xs:string

必需。属性的名称。

Value

xs:string

可选。属性值。

Value2

xs:string

可选。

Id

GUID 简单类型 (DeploymentManifest)

可选。属性的唯一标识符。

Type

SPDictionaryEntryValueType 简单类型 (DeploymentManifest)

可选。属性值类型的枚举。

默认类型为 string。

Access

SPDictionaryEntryAccess 简单类型 (DeploymentManifest)

可选。两种可用访问模式设置的枚举:ReadOnly 和 ReadWrite。

默认访问模式为 ReadWrite。

子元素

父元素

Properties 元素 (DeploymentManifest - SPAttachment)

请参阅

引用

DictionaryEntry

概念

DeploymentManifest 架构