ServiceConfig.Inheritance プロパティ
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

Public Property Inheritance As InheritanceOption
Dim instance As ServiceConfig Dim value As InheritanceOption value = instance.Inheritance instance.Inheritance = value
public InheritanceOption Inheritance { get; set; }
public: property InheritanceOption Inheritance { InheritanceOption get (); void set (InheritanceOption value); }
/** @property */ public InheritanceOption get_Inheritance () /** @property */ public void set_Inheritance (InheritanceOption value)
public function get Inheritance () : InheritanceOption public function set Inheritance (value : InheritanceOption)
InheritanceOption 値の 1 つ。既定値は Inherit です。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ServiceConfig.Inheritance プロパティのページへのリンク