Compartir a través de


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

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

Sintaxis

'Declaración
<ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_CurID_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute(Nothing)> _
Public Property CategoryID As String
'Uso

                      Dim instance As CategoryDetail
Dim value As String

value = instance.CategoryID

instance.CategoryID = value
[ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", "Webpart_Property_CurID_Description")] 
[WebPartStorageAttribute(Storage.Shared)] 
[DefaultValueAttribute(null)] 
public string CategoryID { get; set; }

Vea también

Referencia

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