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입니다.

적용 대상