Partager via


ViewCreationInformation.PersonalView - Propriété

Obtient ou définit une valeur qui spécifie si le nouvel affichage de liste est un affichage personnel. Si la valeur est false, le nouvel affichage de liste est un affichage public.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property PersonalView As Boolean
    Get
    Set
'Utilisation
Dim instance As ViewCreationInformation
Dim value As Boolean

value = instance.PersonalView

instance.PersonalView = value
public bool PersonalView { get; set; }

Valeur de propriété

Type : System.Boolean
Renvoie Booleantrue si le nouvel affichage de liste est un affichage paginé ; Sinon, retourne false. La valeur par défaut est.

Voir aussi

Référence

ViewCreationInformation classe

ViewCreationInformation - Membres

Microsoft.SharePoint.Client - Espace de noms