RemoteSettings..::..TrustedSelectionPaths Property

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

Syntax


public HashSet<string> TrustedSelectionPaths { get; set; }
Public Property TrustedSelectionPaths As HashSet(Of String)
	Get
	Set
public:
property HashSet<String^>^ TrustedSelectionPaths {
	HashSet<String^>^ get ();
	void set (HashSet<String^>^ value);
}