CollectionResourceType.ItemType 属性

集合中单项的资源类型。

命名空间:  System.Data.Services.Providers
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property ItemType As ResourceType
    Get
用法
Dim instance As CollectionResourceType
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

请参阅

参考

CollectionResourceType 类

System.Data.Services.Providers 命名空间