_Category.CategoryID Property

Definition

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}

Applies to