ServiceConfig.Inheritance 属性
定义
获取或设置一个值,该值指示是基于当前上下文构造新的上下文,还是仅基于 ServiceConfig 中的信息创建新的上下文。Gets or sets a value that indicates whether to construct a new context based on the current context or to create a new context based solely on the information in 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 值之一。One of the InheritanceOption values. 默认为 Inherit。The default is Inherit.