SPClientCallableSettings.ProxyLibraries property
Gets the callable DLLs that can be used in one request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ProxyLibraries As Collection(Of SPClientCallableProxyLibrary)
Get
'Usage
Dim instance As SPClientCallableSettings
Dim value As Collection(Of SPClientCallableProxyLibrary)
value = instance.ProxyLibraries
public Collection<SPClientCallableProxyLibrary> ProxyLibraries { get; }
Property value
Type: System.Collections.ObjectModel.Collection<SPClientCallableProxyLibrary>
The collection of callable DLLs.
See also
Reference
SPClientCallableSettings class