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.
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.