VariableCollectionItem Property (String)

Gets or a sets a document variable by the case-insensitive name. null values are not allowed as a right hand side of the assignment and will be replaced by empty string.

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString

Property Value

Type: String
See Also