Compartir a través de


ResourceType.PropertiesDeclaredOnThisType Propiedad

Definición

Lista de propiedades declaradas en este tipo.

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)

Valor de propiedad

ReadOnlyCollection<T> de ResourceProperty.

Se aplica a