ComplexValueStruct.NeedsTypeReflectionResolution Property

Gets whether the structure needs type reflection resolution.

Namespace:  Microsoft.SharePoint.BusinessData.Administration.Client
Assembly:  Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)

Syntax

'Declaration
Public ReadOnly Property NeedsTypeReflectionResolution As Boolean
    Get
'Usage
Dim instance As ComplexValueStruct
Dim value As Boolean

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

Property Value

Type: System.Boolean
true if the structure needs type reflection resolution; otherwise, false.

See Also

Reference

ComplexValueStruct Class

ComplexValueStruct Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace