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
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
DomainIdentifierAttribute のメンバー
System.ServiceModel.DomainServices 名前空間