|
SecureServiceHostFactoryDisableSecurity Property
|
Gets or sets a boolean value that indicates whether security on the service is to be disabled.
Namespace: GSF.ServiceModel.ActivationAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.207-beta
Syntax public bool DisableSecurity { get; set; }
Public Property DisableSecurity As Boolean
Get
Set
public:
property bool DisableSecurity {
bool get ();
void set (bool value);
}
member DisableSecurity : bool with get, set
function get_DisableSecurity();
function set_DisableSecurity(value);
View SourceProperty Value
BooleanSee Also