DataServiceKeyAttribute.KeyNames プロパティ
キー属性の名前を取得します。
名前空間: System.Data.Services.Common
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public ReadOnly Property KeyNames As ReadOnlyCollection(Of String)
Get
'使用
Dim instance As DataServiceKeyAttribute
Dim value As ReadOnlyCollection(Of String)
value = instance.KeyNames
public ReadOnlyCollection<string> KeyNames { get; }
public:
property ReadOnlyCollection<String^>^ KeyNames {
ReadOnlyCollection<String^>^ get ();
}
member KeyNames : ReadOnlyCollection<string>
function get KeyNames () : ReadOnlyCollection<String>
プロパティ値
型: System.Collections.ObjectModel.ReadOnlyCollection<String>
キー属性の名前を含む文字列値。