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 值之一。 默认值为 Inherit

适用于