Click or drag to resize

CObjectImplBaseSetAttrValue Method (String, String, Object)

Namespace:  PDTec.IceNet.Sdk.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void SetAttrValue(
	string declaringTypeName,
	string attrDefName,
	Object attrValue
)

Parameters

declaringTypeName
Type: SystemString
attrDefName
Type: SystemString
attrValue
Type: SystemObject

Implements

IObjectSetAttrValue(String, String, Object)
See Also