Gets or sets whether the container should scan and automatically manage processing unit components
(Types marked with BasicProcessingUnitComponentAttribute).
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool ScanBasicComponents { get; set; }
Public Property ScanBasicComponents As Boolean Get Set
public: virtual property bool ScanBasicComponents { bool get () sealed; void set (bool value) sealed; }
/** @property */ public final boolean get_ScanBasicComponents() /** @property */ public final void set_ScanBasicComponents(boolean value)