CustomContextItem Property

Indexer

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string this[
	string variable
] { get; set; }

Parameters

variable  String
The variable value to get or set

Return Value

String
The variable value as a string

See Also