InstanceCommand.ServiceIdentifier プロパティ

サービスの ID を取得または設定します。

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

使用法

構文

'宣言
<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>)

プロパティの値

サービスの ID です。

スレッド セーフ

この型のパブリック静的 (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

関連項目

参照

InstanceCommand クラス
InstanceCommand メンバー
Microsoft.ApplicationServer.StoreManagement.Control 名前空間