Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns all the types in this data source.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Types As IEnumerable(Of ResourceType)
Get
'Usage
Dim instance As IDataServiceMetadataProvider
Dim value As IEnumerable(Of ResourceType)
value = instance.Types
IEnumerable<ResourceType> Types { get; }
property IEnumerable<ResourceType^>^ Types {
IEnumerable<ResourceType^>^ get ();
}
abstract Types : IEnumerable<ResourceType>
function get Types () : IEnumerable<ResourceType>
Property Value
Type: System.Collections.Generic.IEnumerable<ResourceType>
An IEnumerable<T> collection of ResourceType objects.