Share via


DataConnectionFile.WebAccessible Property

Gets or sets a value indicating whether Microsoft InfoPath 2010 clients can access the data connection file using the HTTP protocol.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Property WebAccessible As Boolean
    Get
    Set
'Usage
Dim instance As DataConnectionFile
Dim value As Boolean

value = instance.WebAccessible

instance.WebAccessible = value
public bool WebAccessible { get; set; }

Property Value

Type: System.Boolean
A boolean value indicating whether the data connection file is accessible via HTTP.

See Also

Reference

DataConnectionFile Class

DataConnectionFile Members

Microsoft.Office.InfoPath.Server.Administration Namespace