ClientServiceHost.ProxyAssemblyNames propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property ProxyAssemblyNames As IEnumerable(Of String)
Get
'Uso
Dim instance As ClientServiceHost
Dim value As IEnumerable(Of String)
value = instance.ProxyAssemblyNames
public abstract IEnumerable<string> ProxyAssemblyNames { get; }
Valor de propriedade
Tipo: System.Collections.Generic.IEnumerable<String>