Enum ComponentType
Represents the type of a component.
public enum ComponentType
Fields
Network = 1The component is a network component.
Other = 0The component is of an unknown type.
Pool = 2The component is a pool component.
Represents the type of a component.
public enum ComponentType
Network = 1The component is a network component.
Other = 0The component is of an unknown type.
Pool = 2The component is a pool component.