Version

GetProxySetting Method (IXamDoughnutChartReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Returns the value of a custom proxy setting.", Documentation="Returns the value of the custom Infragistics proxy setting %a1 for the %l %t")>
Function GetProxySetting( _
   ByVal settingName As System.Object _
) As System.Object
[TypeInfoMethod(Description="Returns the value of a custom proxy setting.", Documentation="Returns the value of the custom Infragistics proxy setting %a1 for the %l %t")]
System.object GetProxySetting( 
   System.object settingName
)
[TypeInfoMethod(Description="Returns the value of a custom proxy setting.", Documentation="Returns the value of the custom Infragistics proxy setting %a1 for the %l %t")]
System.Object* GetProxySetting( 
   System.Object* settingName
) 

Parameters

settingName
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