Condividi tramite


ResourceType.Properties Proprietà

Definizione

Ottiene un elenco di proprietà dichiarate di questo tipo che include solo le proprietà definite sul tipo, non nel tipo di base.

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

Valore della proprietà

ReadOnlyCollection<T> di ResourceProperty.

Si applica a