Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DefaultFeatures.cs
1using System;
2
4{
8 public class DefaultFeatures
9 {
13 public bool AutoCreate
14 {
15 get;
16 set;
17 }
18
22 public bool AutoSubscribe
23 {
24 get;
25 set;
26 }
27 }
28}
bool AutoSubscribe
If auto-subscribe of nodes is permitted.
bool AutoCreate
If auto-creation of nodes is permitted.