GroupingResult.Key プロパティ

グループ化の結果のキーを取得します。

名前空間: Microsoft.ApplicationServer.StoreManagement.Query
アセンブリ: Microsoft.ApplicationServer.StoreManagement (microsoft.applicationserver.storemanagement.dll)

使用法

構文

'宣言
Public MustOverride ReadOnly Property Key As String
public abstract string Key { get; }
public:
virtual property String^ Key {
    String^ get () abstract;
}
/** @property */
public abstract String get_Key ()
public abstract function get Key () : String

プロパティの値

グループ化の結果のキーです。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

GroupingResult クラス
GroupingResult メンバー
Microsoft.ApplicationServer.StoreManagement.Query 名前空間