CategoryDetail.CategoryID Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ResourcesAttribute("Webpart_Property_CurID_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_CurID_Description")> _
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")> _
Public Property CategoryID As String
Get
Set
'Usage
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)]
[ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")]
public string CategoryID { get; set; }
Property Value
Type: System.String