WebFarmContextInstanceIsHiddenWebFarmServer Property |
Indicates that the instance is hidden part of the web farm.
Namespace: CMS.WebFarmSyncAssembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 12.0.0
Syntax public static bool InstanceIsHiddenWebFarmServer { get; set; }
Property Value
Type:
BooleanRemarks This means that it produces web farm tasks but other web farms do not see this instance and do not generate web farm tasks for it.
See Also