CategoryDetail.LargeImageHeight, propriété (Microsoft.SharePoint.Portal.WebControls)
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_ImageHeight_Text", "Webpart__Custome_Property_Text", "Webpart_Property_ImageHeight_Description")> _
<DefaultValueAttribute(50)> _
Public Property LargeImageHeight As UInteger
'Utilisation
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; }
Voir aussi
Référence
CategoryDetail, classe
Membres CategoryDetail
Microsoft.SharePoint.Portal.WebControls, espace de noms