Compartir a través de


: CategoryDetail.LargeImageHeight (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_ImageHeight_Text", "Webpart__Custome_Property_Text", "Webpart_Property_ImageHeight_Description")> _
<DefaultValueAttribute(50)> _
Public Property LargeImageHeight As UInteger
'Uso

                      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")] 
[DefaultValueAttribute(50)] 
public uint LargeImageHeight { get; set; }

Vea también

Referencia

CategoryDetail (Clase)
CategoryDetail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)