Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets information used by the object that is not stored elsewhere.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Property CustomData As String
Get
Set
'Usage
Dim instance As ICustomizableFCO
Dim value As String
value = instance.CustomData
instance.CustomData = value
string CustomData { get; set; }
Property Value
Type: System.String
Information used by the object that is not stored elsewhere.
Remarks
This property can be used to store a string or serialized object.