Share via


BIData.DataValidated property

Gets a Boolean value that indicates whether the data contained in the DataTable object has been validated.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property DataValidated As Boolean
    Get
'Usage
Dim instance As BIData
Dim value As Boolean

value = instance.DataValidated
public bool DataValidated { get; }

Property value

Type: System.Boolean
true if the data contained in the DataTable object has been validated; otherwise false.

Remarks

This prevents the provider and consumer from performing the same validation.

See also

Reference

BIData class

BIData members

Microsoft.PerformancePoint.Scorecards namespace