Share via


Proprietà InstanceCommand.ServiceIdentifier

Ottiene o imposta l'identificatore del servizio.

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

Uso

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification:="Can be set by any user implementation of a Instance Control Command Queue")> _
Public Property ServiceIdentifier As IDictionary(Of String, String)
[SuppressMessageAttribute("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="Can be set by any user implementation of a Instance Control Command Queue")] 
public IDictionary<string,string> ServiceIdentifier { get; set; }
[SuppressMessageAttribute(L"Microsoft.Usage", L"CA2227:CollectionPropertiesShouldBeReadOnly", Justification=L"Can be set by any user implementation of a Instance Control Command Queue")] 
public:
property IDictionary<String^, String^>^ ServiceIdentifier {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public IDictionary<String,String> get_ServiceIdentifier ()

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

CompilerGeneratedAttribute 
public function set ServiceIdentifier (value : IDictionary<String,String>)

Valore proprietà

Identificatore del servizio.

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