Click or drag to resize

ObjectReference Constructor

Initializes a new instance of the ObjectReference class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ObjectReference(
	string name,
	bool isOwnership
)

Parameters

name
Type: SystemString
Name of the reference.
isOwnership
Type: SystemBoolean
if set to true the reference is ownership reference.
See Also