Symphony Framework
HostReference Property
Symphony.Conductor.Model Namespace > DataObjectBase Class : HostReference Property
String variable that allows the creating host object to label the Symphony Data Object.
Syntax
public string HostReference {get; set;}
Remarks
This property is useful if you need to identify the "host" or "owner" of the Symphony Data Object. Once created the host can set this property. In event handlers like ValidateData you can then identify the host or owner of the Symphony Data Object and thus perform specific processing for that host.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataObjectBase Class
DataObjectBase Members