IObjectSetAttrValue Method (String, String, Object) |
Stores the specified attribute value.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void SetAttrValue(
string declaringTypeName,
string attrDefName,
Object attrValue
)
Parameters
- declaringTypeName
- Type: SystemString
The name of the object type the attribute definition is defined in. - attrDefName
- Type: SystemString
The attribute definition name. - attrValue
- Type: SystemObject
The attribute value. If attrValue is null the attribute value is removed (unassigned).
See Also