Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens the client configuration file at the specified path as a Configuration object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'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
)
filePath
Type: System.String
The file path of the client configuration file.
Type: System.Configuration.Configuration
A Configuration object.
SPServiceApplicationProxy class
Please sign in to use this experience.
Sign in