NameInfo Constructor (String, String, String)
Initializes an instance of the NameInfo class with the specified name and description.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
displayName As String, _
uniqueName As String, _
description As String _
)
'Usage
Dim displayName As String
Dim uniqueName As String
Dim description As String
Dim instance As New NameInfo(displayName, _
uniqueName, description)
public NameInfo(
string displayName,
string uniqueName,
string description
)
Parameters
displayName
Type: System.StringThe display name for the object.
uniqueName
Type: System.StringThe unique name of the object.
description
Type: System.StringThe description of the object.