ListingSummary.LargeImageHeight 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 LargeImageHeight As UInteger
Get
Set
'Usage
Dim instance As ListingSummary
Dim value As UInteger
value = instance.LargeImageHeight
instance.LargeImageHeight = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute]
public uint LargeImageHeight { get; set; }
Property Value
Type: System.UInt32