Click or drag to resize

DataObjectVersionGetPropertyValue Method (Int32, String)

Returns the string representation of a property value on the DataObjectVersion object.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public string GetPropertyValue(
	int propertyId,
	string defaultValue
)

Parameters

propertyId
Type: SystemInt32
defaultValue
Type: SystemString

Return Value

Type: String
See Also