Partager via


Property, élément (DeploymentManifest)

Dernière modification : vendredi 30 mai 2008

S’applique à : SharePoint Foundation 2010

Dans cet article
Type
Attributs
Éléments enfants
Éléments parents

Représente une valeur de propriété sur une instance d'un objet 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>

Type

DictionaryEntry

Attributs

Attribut

Type

Description

Nom

xs:string

Requis. Nom de la propriété.

Valeur

xs:string

Facultatif. Valeur de la propriété.

Valeur2

xs:string

Facultatif.

ID

Type simple de GUID (DeploymentManifest)

Facultatif. Identificateur unique de la propriété.

Type

SPDictionaryEntryValueType, type simple (DeploymentManifest)

Facultatif. Énumération des types de valeur de propriété.

Le type par défaut est string.

Accès

SPDictionaryEntryAccess, type simple (DeploymentManifest)

Facultatif. Une énumération de deux paramètres de modes d'accès disponibles : ReadOnly et ReadWrite.

Le mode d'accès par défaut est ReadWrite.

Éléments enfants

Aucun

Éléments parents

Properties, élément (DeploymentManifest - SPAttachment)

Voir aussi

Référence

DictionaryEntry

Concepts

DeploymentManifest, schéma