ImageRendition.Name property
Gets or sets the name of an image rendition.
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As ImageRendition
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property value
Type: System.String
The name of an image rendition.
Remarks
It must not be a null reference (Nothing in Visual Basic) or empty.