DataSource.Roles Property (Microsoft.PerformancePoint.Scorecards)
The role to use when connecting.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Roles As String
'Usage
Dim instance As DataSource
Dim value As String
value = instance.Roles
instance.Roles = value
[XmlAttributeAttribute]
public string Roles { get; set; }
See Also
Reference
DataSource Class
DataSource Members
Microsoft.PerformancePoint.Scorecards Namespace