_Category.CategoryID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String (string in C#) value that represents the unique identifier for the Category object. Read-only.
public:
property System::String ^ CategoryID { System::String ^ get(); };
public string CategoryID { get; }
Public ReadOnly Property CategoryID As String
Property Value
Remarks
Because the Name property of a Category object can be changed either programmatically or by user action, each Category object is uniquely identified by a globally unique identifier (GUID), assigned to the object, that can be retrieved using this property. The GUID is presented as a string using the following format:
{00000000-0000-0000-0000-000000000000}