SPServiceApplicationProxy.OpenClientConfiguration Method
Opens the client configuration file at the specified path as a Configuration object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Function OpenClientConfiguration ( _
filePath As String _
) As Configuration
'Usage
Dim filePath As String
Dim returnValue As Configuration
returnValue = Me.OpenClientConfiguration(filePath)
protected virtual Configuration OpenClientConfiguration(
string filePath
)
Parameters
filePath
Type: System.StringThe file path of the client configuration file.
Return Value
Type: System.Configuration.Configuration
A Configuration object.
See Also
Reference
SPServiceApplicationProxy Class