CategoryDetail.CategoryID Property
Gets or sets a globally unique identifier (GUID) string for the CategoryDetail Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property CategoryID As String
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As String
value = instance.CategoryID
instance.CategoryID = value
public string CategoryID { get; set; }
Property Value
Type: System.String