RelatedItem.ItemId property

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property ItemId As Integer
    Get
    Set
'Usage
Dim instance As RelatedItem
Dim value As Integer

value = instance.ItemId

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

Property value

Type: System.Int32

See also

Reference

RelatedItem class

RelatedItem members

Microsoft.SharePoint.Client namespace