Updates the property of a domain object

Namespace: BrightstarDB.EntityFramework
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public void SetRelatedProperty(
	string propertyName,
	Object value
)
Visual Basic
Public Sub SetRelatedProperty ( 
	propertyName As String,
	value As Object
)
Visual C++
public:
void SetRelatedProperty(
	String^ propertyName, 
	Object^ value
)
F#
member SetRelatedProperty : 
        propertyName : string * 
        value : Object -> unit 

Parameters

propertyName
Type: System..::..String
The property to be updated
value
Type: System..::..Object
The new property value

See Also