다음을 통해 공유


ServiceMetadataContractBehavior.MetadataGenerationDisabled 속성

정의

엔드포인트에 대해 메타데이터 생성을 사용할 수 없도록 해야 하는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool MetadataGenerationDisabled { bool get(); void set(bool value); };
public bool MetadataGenerationDisabled { get; set; }
member this.MetadataGenerationDisabled : bool with get, set
Public Property MetadataGenerationDisabled As Boolean

속성 값

Boolean

메타데이터 생성을 사용할 수 없도록 해야 하는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상