Sets the resource property.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public void SetResourcePropertyEx(
	string resType,
	int resNum,
	string propertyName,
	Object propertyValue,
	bool persist
)
Visual Basic (Declaration)
Public Sub SetResourcePropertyEx ( _
	resType As String, _
	resNum As Integer, _
	propertyName As String, _
	propertyValue As Object, _
	persist As Boolean _
)
Visual C++
public:
virtual void SetResourcePropertyEx(
	String^ resType, 
	int resNum, 
	String^ propertyName, 
	Object^ propertyValue, 
	bool persist
) sealed

Parameters

resType
Type: System..::.String
Resource type.
resNum
Type: System..::.Int32
Resource num.
propertyName
Type: System..::.String
Name of the property.
propertyValue
Type: System..::.Object
Property value.
persist
Type: System..::.Boolean
Persist

Implements

ISimpleController..::.SetResourcePropertyEx(String, Int32, String, Object, Boolean)

See Also