ProxyGenerationResult.IsValid Property
Determines whether the result is valid.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property IsValid As Boolean
Get
'Usage
Dim instance As ProxyGenerationResult
Dim value As Boolean
value = instance.IsValid
public bool IsValid { get; }
Property Value
Type: System.Boolean
true if the result is valid; otherwise, false.