ResourceType.KeyProperties 属性

定义

获取此类型的键属性列表。

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)

属性值

ResourcePropertyReadOnlyCollection<T>

适用于