CategoryDetail.LargeImageHeight Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_ImageHeight_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_ImageHeight_Description")> _
<ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")> _
Public Property LargeImageHeight As UInteger
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As UInteger
value = instance.LargeImageHeight
instance.LargeImageHeight = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("Webpart_Property_ImageHeight_Text", "Webpart__Custome_Property_Text",
"Webpart_Property_ImageHeight_Description")]
[ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")]
public uint LargeImageHeight { get; set; }
Property Value
Type: System.UInt32