Classe DomainIdentifierAttribute
Classe un type comme étant dans un domaine particulier.
Espace de noms: System.ServiceModel.DomainServices
Assembly : System.ServiceModel.DomainServices.Client (dans system.servicemodel.domainservices.client.dll)
Utilisation
'Utilisation
Dim instance As DomainIdentifierAttribute
Syntaxe
'Déclaration
<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
Notes
Étant donné que cet attribut se déplacera dans le pipeline de métadonnées, les types générés correspondants auront également cet attribut. Cet attribut permet de spécifier un CodeProcessor, qui sera utilisé pendant la génération de types de clients.
Hiérarchie d'héritage
System.Object
System.Attribute
System.ServiceModel.DomainServices.DomainIdentifierAttribute
System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationServiceAttribute
Sécurité des threads
Tous les membres publics statiques (Partagés dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows XP Édition familiale, Windows XP Professionnel, Windows Server 2003 , Windows Server 2008 et Windows 2000
Plateformes cibles
Voir aussi
Référence
Membres DomainIdentifierAttribute
Espace de noms System.ServiceModel.DomainServices