ClientNamespaceMapAttribute classe
Fornece um mapeamento entre um namespace do tipo de servidor e um namespace do tipo que é usado para gerenciado e executar scripts de clientes.
Inheritance hierarchy
System.Object
System.Attribute
Microsoft.SharePoint.Client.ClientNamespaceMapAttribute
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := True)> _
Public NotInheritable Class ClientNamespaceMapAttribute _
Inherits Attribute
'Uso
Dim instance As ClientNamespaceMapAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class ClientNamespaceMapAttribute : Attribute
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.