: CategoryDetail.LargeImageWidth (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<DefaultValueAttribute(50)> _
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_ImageWidth_Text", "Webpart__Custome_Property_Text", "Webpart_Property_ImageWidth_Description")> _
Public Property LargeImageWidth As UInteger
'Uso
Dim instance As CategoryDetail
Dim value As UInteger
value = instance.LargeImageWidth
instance.LargeImageWidth = value
[DefaultValueAttribute(50)]
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("Webpart_Property_ImageWidth_Text", "Webpart__Custome_Property_Text", "Webpart_Property_ImageWidth_Description")]
public uint LargeImageWidth { get; set; }
Vea también
Referencia
CategoryDetail (Clase)
CategoryDetail (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)