IWebPluggableView.RendererClassName Property
Returns the fully qualified name for the Web server control class that renderers this object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Property RendererClassName As String
Get
Set
'Usage
Dim instance As IWebPluggableView
Dim value As String
value = instance.RendererClassName
instance.RendererClassName = value
string RendererClassName { get; set; }
Property Value
Type: System.String
The fully qualified name for the Web server control class that renderers this object.