Gets 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 string GetProperty(
	string prop
)
Public Function GetProperty ( _
	prop As String _
) As String
public:
String^ GetProperty(
	String^ prop
)

Parameters

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

Return Value

Returns the string value associated to the property.

See Also