|
SelfHostingServiceServiceEnabled Property
|
Gets or sets a boolean value that indicates whether the web service is to be enabled at startup.
Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.205-beta
Syntax public bool ServiceEnabled { get; set; }
Public Property ServiceEnabled As Boolean
Get
Set
public:
property bool ServiceEnabled {
bool get ();
void set (bool value);
}
member ServiceEnabled : bool with get, set
function get_ServiceEnabled();
function set_ServiceEnabled(value);
View SourceProperty Value
BooleanSee Also