ServiceConfig.Inheritance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
One of the InheritanceOption values. The default is Inherit.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.