SPMobileComponent.ViewId, propriété (Microsoft.SharePoint.MobileControls)

Gets or sets the GUID of the current view.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable Property ViewId As Guid
'Utilisation
Dim instance As SPMobileComponent
Dim value As Guid

value = instance.ViewId

instance.ViewId = value
public virtual Guid ViewId { get; set; }

Valeur de la propriété

A Guid that serves as the ID of the current view.

Notes

In the default implementation, when SPMobileComponent represents a field or some other entity that is not a list view, ViewId is the ID of the current view. If there is no current view, ViewId is the value of the parent control's ViewId property.

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms