HttpRuntimeSection.EnableVersionHeader Property
.NET Framework 3.0
Gets or sets a value that indicates whether ASP.NET should output a version header.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public Property EnableVersionHeader As Boolean 'Usage Dim instance As HttpRuntimeSection Dim value As Boolean value = instance.EnableVersionHeader instance.EnableVersionHeader = value
/** @property */ public boolean get_EnableVersionHeader () /** @property */ public void set_EnableVersionHeader (boolean value)
public function get EnableVersionHeader () : boolean public function set EnableVersionHeader (value : boolean)
Not applicable.