C-DEngine 5.105

TheNMIBaseControl..::..SetProperty Method

Sets a property on the control

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public virtual void SetProperty(
	string pName,
	Object pValue
)
Public Overridable Sub SetProperty ( _
	pName As String, _
	pValue As Object _
)
public:
virtual void SetProperty(
	String^ pName, 
	Object^ pValue
)

Parameters

pName
Type: String
Name of the property
pValue
Type: Object
Value to be set