Property 要素 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

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
必須です。 プロパティの名前です。

xs:string
オプション。 プロパティ値です。
Value2
xs:string
オプション。
ID
Guid 単純型 (DeploymentManifest)
オプション。 プロパティの一意識別子です。

SPDictionaryEntryValueType 単純型 (DeploymentManifest)
オプション。 プロパティ値の型の列挙体です。
既定の型は string です。
Access
SPDictionaryEntryAccess 単純型 (DeploymentManifest)
オプション。 ReadOnly および ReadWrite という 2 つの使用可能なアクセス モード設定の列挙体です。
既定のアクセス モードは ReadWrite です。

子要素

None

親要素

Properties 要素 (DeploymentManifest - SPAttachment)

関連項目