ICustomizableFCO.CustomData Property

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.

See Also

Reference

ICustomizableFCO Interface

ICustomizableFCO Members

Microsoft.PerformancePoint.Scorecards Namespace