ImageRendition.Id property
Gets the ID of an image rendition.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Property Id As Integer
Get
'Usage
Dim instance As ImageRendition
Dim value As Integer
value = instance.Id
public int Id { get; }
Property value
Type: System.Int32
The ID of an image rendition.
Remarks
The ID of an image rendition is set by the collection when the rendition is added.