次の方法で共有


EntityCollectionResourceType.ItemType プロパティ

コレクション内の 1 つの項目のリソースの種類。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property ItemType As ResourceType
    Get
'使用
Dim instance As EntityCollectionResourceType
Dim value As ResourceType

value = instance.ItemType
public ResourceType ItemType { get; }
public:
property ResourceType^ ItemType {
    ResourceType^ get ();
}
member ItemType : ResourceType
function get ItemType () : ResourceType

プロパティ値

型: System.Data.Services.Providers.ResourceType
リソースの種類。

関連項目

参照

EntityCollectionResourceType クラス

System.Data.Services.Providers 名前空間