次の方法で共有


EntitySet.EntityType プロパティ

この EntitySet に含まれているエンティティの型を取得します。

名前空間: System.ServiceModel.DomainServices.Client
アセンブリ: System.ServiceModel.DomainServices.Client (system.servicemodel.domainservices.client.dll 内)

使用方法

'使用
Dim instance As EntitySet
Dim value As Type

value = instance.EntityType

構文

'宣言
Public ReadOnly Property EntityType As Type
public Type EntityType { get; }
public:
property Type^ EntityType {
    Type^ get ();
}
/** @property */
public Type get_EntityType ()
public function get EntityType () : Type

プロパティ値

この EntitySet に含まれているエンティティの型。

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

EntitySet クラス
EntitySet のメンバー
System.ServiceModel.DomainServices.Client 名前空間