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

Gets or sets the ID of object in the Item property.

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

Syntaxe

'Déclaration
Public Overridable Property ItemId As Integer
'Utilisation
Dim instance As SPMobileComponent
Dim value As Integer

value = instance.ItemId

instance.ItemId = value
public virtual int ItemId { get; set; }

Valeur de la propriété

An Int32 that represents the ID of the SPItem object in the Item property

Notes

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

Voir aussi

Référence

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