Click or drag to resize

ResultGetPropertyValue Method

Get property value of object

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private static string GetPropertyValue(
	Object obj,
	string property
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:SIC.Result.GetPropertyValue(System.Object,System.String)"]

property
Type: SystemString

[Missing <param name="property"/> documentation for "M:SIC.Result.GetPropertyValue(System.Object,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.Result.GetPropertyValue(System.Object,System.String)"]

See Also