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