IRelationshipSetAttrValue Method (String, Object) |
Stores the specified attribute value.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxvoid SetAttrValue(
string attrDefName,
Object attrValue
)
Parameters
- attrDefName
- Type: SystemString
The attribute definition name. - attrValue
- Type: SystemObject
The attribute value. If attrValue is null the
attribute value is removed.
See Also