TokenToken Name Property
This is used to get or set the token name
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If the value is null or empty, a new GUID is assigned as the name
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string TokenName { get; set; }VB
Public Property TokenName As String
Get
SetC++
public:
property String^ TokenName {
String^ get ();
void set (String^ value);
}F#
member TokenName : string with get, setProperty Value
StringIf the value is null or empty, a new GUID is assigned as the name