ParameterizableControl.ProxyId Property

The name of the proxy ECMAScript (JavaScript, JScript) variable, an instance of the ParameterizableControlProxy class.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Property ProxyId As String
    Get
    Private Set
'Usage
Dim instance As ParameterizableControl
Dim value As String

value = instance.ProxyId
public string ProxyId { get; private set; }

Property Value

Type: System.String

See Also

Reference

ParameterizableControl Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace