DomainIdentifierAttribute 类

将类型分类为正在特定域中。

命名空间: System.ServiceModel.DomainServices
程序集: System.ServiceModel.DomainServices.Client(在 system.servicemodel.domainservices.client.dll 中)

用法

用法
Dim instance As DomainIdentifierAttribute

语法

声明
<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

备注

此特性会经历元数据管线,因此对应的生成类型也将具有此特性。此特性还允许将在生成客户端类型期间使用的 CodeProcessor 规范。

继承层次结构

System.Object
   System.Attribute
    System.ServiceModel.DomainServices.DomainIdentifierAttribute
       System.ServiceModel.DomainServices.Server.ApplicationServices.AuthenticationServiceAttribute

线程安全

此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

DomainIdentifierAttribute 成员
System.ServiceModel.DomainServices 命名空间