次の方法で共有


Property 要素 (DeploymentManifest)

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

属性

属性

説明

Name

xs:string

必須。プロパティの名前です。

Value

xs:string

オプション。プロパティ値です。

Value2

xs:string

オプション。

Id

Guid 単純型 (DeploymentManifest)

オプション。プロパティの一意識別子です。

Type

SPDictionaryEntryValueType 単純型 (DeploymentManifest)

オプション。プロパティ値の型の列挙体です。

既定の型は string です。

Access

SPDictionaryEntryAccess 単純型 (DeploymentManifest)

オプション。ReadOnly および ReadWrite という 2 つの使用可能なアクセス モード設定の列挙体です。

既定のアクセス モードは ReadWrite です。

子要素

なし

親要素

Properties 要素 (DeploymentManifest - SPAttachment)

See Also

参照

DictionaryEntry

概念

DeploymentManifest スキーマ