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.
Gets the callable DLLs that can be used in one request.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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