Clase DomainIdentifierAttribute
Categoriza un tipo como perteneciente a un dominio en particular.
Espacio de nombres: System.ServiceModel.DomainServices
Ensamblado: System.ServiceModel.DomainServices.Client (en system.servicemodel.domainservices.client.dll)
Uso
'Uso
Dim instance As DomainIdentifierAttribute
Sintaxis
'Declaración
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple:=False, Inherited:=True)> _
Public Class DomainIdentifierAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class DomainIdentifierAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple=false, Inherited=true)]
public ref class DomainIdentifierAttribute : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true) */
public class DomainIdentifierAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=false, Inherited=true)
public class DomainIdentifierAttribute extends Attribute
Notas
Este atributo se desplazará a través de la canalización de metadatos, de forma que los tipos correspondientes que se generan también tendrán este atributo. Asimismo, este atributo permite la especificación de una clase CodeProcessor, la cual se utilizará durante la generación de tipos de cliente.
Jerarquía de herencia
System.Object
System.Attribute
System.ServiceModel.DomainServices.DomainIdentifierAttribute
System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationServiceAttribute
Seguridad para subprocesos
Cualquier miembro estático público (Compartidos en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000
Plataformas de destino
Vea también
Referencia
Miembros DomainIdentifierAttribute
Espacio de nombres System.ServiceModel.DomainServices