SPClientCallableProxyLibrary.AssemblyName property
Gets or sets the assembly name of the proxy library.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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