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
Syntaxpublic string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
property String^ default[String^ name] {
String^ get (String^ name);
void set (String^ name, String^ value);
}
member Item : string with get, set
Parameters
- name
- Type: SystemString
Property Value
Type:
String
See Also