ResourceType.Properties Property

Gets a list of properties declared on this type that includes only properties defined on the type, not in the base type.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As ReadOnlyCollection(Of ResourceProperty)
    Get
'Usage
Dim instance As ResourceType 
Dim value As ReadOnlyCollection(Of ResourceProperty)

value = instance.Properties
public ReadOnlyCollection<ResourceProperty> Properties { get; }
public:
property ReadOnlyCollection<ResourceProperty^>^ Properties {
    ReadOnlyCollection<ResourceProperty^>^ get ();
}
member Properties : ReadOnlyCollection<ResourceProperty>
function get Properties () : ReadOnlyCollection<ResourceProperty>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ResourceProperty>
The ReadOnlyCollection<T> of ResourceProperty.

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace