VBScript Property (.NET)

 

Type: Boolean

 

Returns whether the browser supports VBScript. To determine whether VBScript is enabled and properly installed check the VBScriptEnabled Property.

 

C# Example:

<html>VBScript capable (regardless if disabled):

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Language);

%>

</html>

 

See Also:

VBScriptEnabled Property (.NET)

VBScriptBuild Property (.NET)

JavaScriptBuild Property (.NET)