ComplexValueStruct.NeedsTypeReflectionResolution property

Gets whether the structure needs type reflection resolution.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.SharedService namespace