ResourceProperty.CanReflectOnInstanceTypeProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether this property can be accessed through reflection on the declaring resource instance type.
public:
property bool CanReflectOnInstanceTypeProperty { bool get(); void set(bool value); };
public bool CanReflectOnInstanceTypeProperty { get; set; }
member this.CanReflectOnInstanceTypeProperty : bool with get, set
Public Property CanReflectOnInstanceTypeProperty As Boolean
Property Value
true
if the property can be accessed through reflection; otherwise, false
.
Remarks
When the CanReflectOnInstanceTypeProperty property returns true
, the data service runtime uses reflection to get the property information on the declaring.InstanceType of the ResourceType.
When the CanReflectOnInstanceTypeProperty property returns false
, the data service runtime uses the IDataServiceQueryProvider interface to get or set this property value.