IfdSettings.IntranetAccessEnabled 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.
Gets or sets a value that indicates whether intranet access is enabled.
public:
property bool IntranetAccessEnabled { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IntranetAccessEnabled { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IntranetAccessEnabled : bool with get, set
Public Property IntranetAccessEnabled As Boolean
Property Value
true
if intranet access is enabled; otherwise, false
.
- Attributes
Remarks
If true, allows intranet URLs to be returned over Internet discovery requests.