ResourceType.PropertiesDeclaredOnThisType Property

Definition

List of properties declared on this type.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ PropertiesDeclaredOnThisType { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Services::Providers::ResourceProperty ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty> PropertiesDeclaredOnThisType { get; }
member this.PropertiesDeclaredOnThisType : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Services.Providers.ResourceProperty>
Public ReadOnly Property PropertiesDeclaredOnThisType As ReadOnlyCollection(Of ResourceProperty)

Property Value

ReadOnlyCollection<T> of ResourceProperty.

Applies to