Akka.Remote.TestKit.CommandLine.GetProperty C# (CSharp) Method

GetProperty() public static method

public static GetProperty ( string key ) : string
key string
return string
        public static string GetProperty(string key)
        {
            return Values.Value[key];
        }