ListingSummary.LargeImageWidth Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute> _
Public Property LargeImageWidth As UInteger
Get
Set
'Usage
Dim instance As ListingSummary
Dim value As UInteger
value = instance.LargeImageWidth
instance.LargeImageWidth = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute]
public uint LargeImageWidth { get; set; }
Property Value
Type: System.UInt32