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

適用於