Proprietà HostInfo.HostMetadata

Ottiene o imposta i 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:="Sub-classed types need to be able to set member.")> _
Public Overridable Property HostMetadata As IDictionary(Of String, String)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="Sub-classed types need to be able to set member.")] 
public virtual IDictionary<string,string> HostMetadata { get; protected set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly", Justification=L"Sub-classed types need to be able to set member.")] 
public:
virtual property IDictionary<String^, String^>^ HostMetadata {
    IDictionary<String^, String^>^ get ();
    protected: void set (IDictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public IDictionary<String,String> get_HostMetadata ()

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

CompilerGeneratedAttribute 
protected function set HostMetadata (value : IDictionary<String,String>)

Valore proprietà

Metadati sull'host.

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 HostInfo
HostInfo membri
Spazio dei nomi Microsoft.ApplicationServer.StoreManagement.Query