DataDictionary.Generated.Paragraph.setId C# (CSharp) Method

setId() public method

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