Gets or sets whether the container should scan and automatically host remote services
(Types marked with SpaceRemotingServiceAttribute).
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public bool ScanRemotingServices { get; set; }
Public Property ScanRemotingServices As Boolean Get Set
public: virtual property bool ScanRemotingServices { bool get () sealed; void set (bool value) sealed; }
/** @property */ public final boolean get_ScanRemotingServices() /** @property */ public final void set_ScanRemotingServices(boolean value)