Proprietà InstanceQueryArgs.HostMetadata

Metadati sull'host

Spazio dei nomi: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Uso

Sintassi

'Dichiarazione
<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>)

Valore proprietà

Un oggetto dizionario che contiene metadati

Protezione thread

Qualsiasi membro statico (condiviso in Visual Basic) di questo tipo è thread safe, diversamente dai membri istanza.

Piattaforme

Piattaforme di sviluppo

Visual Studio 2010 e versioni successive, .NET Framework 4

Piattaforme di destinazione

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

Vedere anche

Informazioni di riferimento

Classe InstanceQueryArgs
InstanceQueryArgs membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query