Share via


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

See also

Reference

CategoryDetail class

CategoryDetail members

Microsoft.SharePoint.Portal.WebControls namespace