SharpCifs.Config.SetProperty C# (CSharp) Method

SetProperty() public static method

Add a property.
Add a property.
public static SetProperty ( string key, string value ) : void
key string
value string
return void
        public static void SetProperty(string key, string value)
        {
            _prp.SetProperty(key, value);
        }