DataDictionary.Generated.mask.setValue C# (CSharp) Method

setValue() public method

public setValue ( string v ) : void
v string
return void
        public void setValue( string  v)
        {
            aValue = v;
              __setDirty(true);
              NotifyControllers(null);
        }