ResourceType.KeyProperties Property

Definition

Gets a list of key properties for this type.

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)

Property Value

ReadOnlyCollection<T> of ResourceProperty.

Applies to