ParameterizableControl.ProxyId property
The name of the proxy JavaScript 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 members
Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace