gov.va.medora.StringTestObject.set C# (CSharp) Method

set() public method

public set ( string key, string value ) : void
key string
value string
return void
        public void set(string key, string value)
        {
            properties[key] = value;
        }
StringTestObject