SPClientCallableProxyLibrary.AssemblyName property
取得或設定 proxy 文件庫的組件名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property AssemblyName As String
Get
Set
'用途
Dim instance As SPClientCallableProxyLibrary
Dim value As String
value = instance.AssemblyName
instance.AssemblyName = value
public string AssemblyName { get; set; }
Property value
Type: System.String
組件名稱。
請參閱
參照
SPClientCallableProxyLibrary class