RemoteSettings..::..UntrustedMode Property

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll)

Syntax


public bool UntrustedMode { get; set; }
Public Property UntrustedMode As Boolean
	Get
	Set
public:
property bool^ UntrustedMode {
	bool^ get ();
	void set (bool^ value);
}