SaveNewValue Method (Attr)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The SaveNewValue() method saves a new value for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValue( _ ByVal newValue As String _ ) public abstract void SaveNewValue( string newValue ) ParametersnewValue Required. Holds the new value to save for this attribute. See AlsoReferenceAttr ClassAttr Members In This Topic
The SaveNewValue() method saves a new value for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValue( _ ByVal newValue As String _ ) public abstract void SaveNewValue( string newValue ) ParametersnewValue Required. Holds the new value to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewValue() method saves a new value for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValue( _ ByVal newValue As String _ ) public abstract void SaveNewValue( string newValue ) ParametersnewValue Required. Holds the new value to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewValue() method saves a new value for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValue( _ ByVal newValue As String _ ) public abstract void SaveNewValue( string newValue ) ParametersnewValue Required. Holds the new value to save for this attribute. See AlsoReferenceAttr ClassAttr Members