_QueryTable.WebDisableRedirections Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Web query redirections are disabled for a QueryTable object. The default value is False. Read/write Boolean.
public:
property bool WebDisableRedirections { bool get(); void set(bool value); };
public bool WebDisableRedirections { get; set; }
Public Property WebDisableRedirections As Boolean