ServiceMetadataContractBehavior.MetadataGenerationDisabled Property

Definition

Gets or sets a value that specifies whether metadata generation should be disabled for the endpoint.

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

Property Value

true if metadata generation should be disabled; otherwise false.

Applies to