Click or drag to resize

Metodo QsHelperPropertiesSetPropertyValue

Setta il valore associato all'attributo identificato dal nome interno

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static void SetPropertyValue(
	PropertySets oPropertySets,
	string internalName,
	Object attrValue
)

Parametri

oPropertySets  PropertySets
The o property sets.
internalName  String
Name of the internal.
attrValue  Object
The attribute value.
Vedi anche