InstanceQueryArgs.HostMetadata プロパティ

ホストに関するメタデータ

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

使用法

構文

'宣言
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification:="Can be set by InstanceQuery PowerShell.")> _
Public Property HostMetadata As IDictionary(Of String, String)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="Can be set by InstanceQuery PowerShell.")] 
public IDictionary<string,string> HostMetadata { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly", Justification=L"Can be set by InstanceQuery PowerShell.")] 
public:
property IDictionary<String^, String^>^ HostMetadata {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public IDictionary<String,String> get_HostMetadata ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_HostMetadata (IDictionary<String,String> value)
CompilerGeneratedAttribute 
public function get HostMetadata () : IDictionary<String,String>

CompilerGeneratedAttribute 
public function set HostMetadata (value : IDictionary<String,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

関連項目

参照

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