次の方法で共有


ResourceType.KeyProperties プロパティ

この型のキー プロパティの一覧を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property KeyProperties As ReadOnlyCollection(Of ResourceProperty)
    Get
'使用
Dim instance As ResourceType
Dim value As ReadOnlyCollection(Of ResourceProperty)

value = instance.KeyProperties
public ReadOnlyCollection<ResourceProperty> KeyProperties { get; }
public:
property ReadOnlyCollection<ResourceProperty^>^ KeyProperties {
    ReadOnlyCollection<ResourceProperty^>^ get ();
}
member KeyProperties : ReadOnlyCollection<ResourceProperty>
function get KeyProperties () : ReadOnlyCollection<ResourceProperty>

プロパティ値

型: System.Collections.ObjectModel.ReadOnlyCollection<ResourceProperty>
ResourcePropertyReadOnlyCollection<T>

関連項目

参照

ResourceType クラス

System.Data.Services.Providers 名前空間