ClientServiceHost.ProxyAssemblyNames - Propriété
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property ProxyAssemblyNames As IEnumerable(Of String)
Get
'Utilisation
Dim instance As ClientServiceHost
Dim value As IEnumerable(Of String)
value = instance.ProxyAssemblyNames
public abstract IEnumerable<string> ProxyAssemblyNames { get; }
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<String>