IGlobalVariableGlobalValue Property
|
Gets and sets the variable's global value. This value is used if a specific publishing target has no override value.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string GlobalValue { get; set; }
Property GlobalValue As String
Get
Set
property String^ GlobalValue {
String^ get ();
void set (String^ value);
}
abstract GlobalValue : string with get, set
Property Value
Type:
StringSee Also