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.