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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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
String
See Also