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

属性值

如果应禁用元数据生成,则为 true;否则为 false

适用于