BpmPropertyCollection.Item Property (String) (Microsoft.PerformancePoint.Scorecards)
Gets or sets the property with the unique name.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
Public Overridable Default Property Item ( _
uniqueName As String _
) As BpmProperty
'Usage
Dim instance As BpmPropertyCollection
Dim uniqueName As String
Dim value As BpmProperty
value = instance(uniqueName)
instance(uniqueName) = value
public virtual BpmProperty this [
string uniqueName
] { get; set; }
Parameters
- uniqueName
The UniqueName of the property.
Remarks
Get uses the internal hashtable to find the value. If the UniqueName does not exist, it will be added. Otherwise, the property will be replaced.
See Also
Reference
BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace