|
ISelfHostingServicePublishMetadata Property
|
Gets or sets a boolean value that indicates whether web service metadata is to made available at all web service
Endpoints.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax bool PublishMetadata { get; set; }
Property PublishMetadata As Boolean
Get
Set
property bool PublishMetadata {
bool get ();
void set (bool value);
}
abstract PublishMetadata : bool with get, set
function get_PublishMetadata();
function set_PublishMetadata(value);
View SourceProperty Value
BooleanSee Also