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>
型
属性
属性 |
型 |
説明 |
---|---|---|
Name |
xs:string |
必須。プロパティの名前です。 |
Value |
xs:string |
オプション。プロパティ値です。 |
Value2 |
xs:string |
オプション。 |
Id |
オプション。プロパティの一意識別子です。 |
|
Type |
オプション。プロパティ値の型の列挙体です。 既定の型は string です。 |
|
Access |
オプション。ReadOnly および ReadWrite という 2 つの使用可能なアクセス モード設定の列挙体です。 既定のアクセス モードは ReadWrite です。 |
子要素
なし |