Version

RecordBaseClick Property (XamMenuSeparatorProxy)

False by default, If supported by the proxy, and value is true, the proxy will force all records to use index in place of a string when viable.
Syntax
'Declaration
 
<ProxySetting(True)>
Protected Overridable Shadows Property RecordBaseClick As System.Boolean
[ProxySetting(true)]
protected virtual new System.bool RecordBaseClick {get; set;}
[ProxySetting(true)]
protected: __property virtual new System.bool get_RecordBaseClick();
protected: __property virtual new void set_RecordBaseClick( 
   System.bool value
);
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