Compartilhar via


ResourceType.KeyProperties Propriedade

Definição

Obtém uma lista de propriedades de chave para esse tipo.

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

Valor da propriedade

ReadOnlyCollection<T> de ResourceProperty.

Aplica-se a