EntityCollectionResourceType.ItemType 属性

集合单项的资源类型。

命名空间:  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 命名空间