Sets a property using its string representation.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetProperty(
	string prop,
	string value
)
Public Sub SetProperty ( _
	prop As String, _
	value As String _
)
public:
void SetProperty(
	String^ prop, 
	String^ value
)

Parameters

prop
String
The property to set (ie "FileName", "RAW_ExtraParams"...)
value
String
The string value to set.

See Also