Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SharePoint.BusinessData.Administration.Client Namespace