ServiceConfig.Inheritance プロパティ

定義

現在のコンテキストに基づいて新しいコンテキストを構築するか、 ServiceConfigの情報のみに基づいて新しいコンテキストを作成するかを示す値を取得または設定します。

public:
 property System::EnterpriseServices::InheritanceOption Inheritance { System::EnterpriseServices::InheritanceOption get(); void set(System::EnterpriseServices::InheritanceOption value); };
public System.EnterpriseServices.InheritanceOption Inheritance { get; set; }
member this.Inheritance : System.EnterpriseServices.InheritanceOption with get, set
Public Property Inheritance As InheritanceOption

プロパティ値

InheritanceOption値の 1 つ。 既定値は Inherit です。

適用対象