ISettingsViewOpenOnRecord Property |
Gets or sets the record to start the view on. Note that this will not have the
same object references as the records in
Configuration.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object OpenOnRecord { get; set; }
Property OpenOnRecord As Object
Get
Set
property Object^ OpenOnRecord {
Object^ get ();
void set (Object^ value);
}
abstract OpenOnRecord : Object with get, set
Property Value
Type:
ObjectSee Also