SPClientCallableProxyLibrary.AssemblyName Property
Gets or sets the assembly name of the proxy library.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property AssemblyName As String
Get
Set
'Usage
Dim instance As SPClientCallableProxyLibrary
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
public string AssemblyName { get; set; }
Property Value
Type: System.String
The assembly name.
See Also
Reference
SPClientCallableProxyLibrary Class