ResourceType.PropertiesDeclaredOnThisType Property
Gets or sets the list of properties declared on this type.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property PropertiesDeclaredOnThisType As ReadOnlyCollection(Of ResourceProperty)
Get
'Usage
Dim instance As ResourceType
Dim value As ReadOnlyCollection(Of ResourceProperty)
value = instance.PropertiesDeclaredOnThisType
public ReadOnlyCollection<ResourceProperty> PropertiesDeclaredOnThisType { get; }
public:
property ReadOnlyCollection<ResourceProperty^>^ PropertiesDeclaredOnThisType {
ReadOnlyCollection<ResourceProperty^>^ get ();
}
member PropertiesDeclaredOnThisType : ReadOnlyCollection<ResourceProperty>
function get PropertiesDeclaredOnThisType () : ReadOnlyCollection<ResourceProperty>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ResourceProperty>
The ReadOnlyCollection<T> of ResourceProperty.