SetCanReflectOnInstanceTypeProperty Method
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
'Declaration
<ExtensionAttribute> _
Public Shared Sub SetCanReflectOnInstanceTypeProperty ( _
property As IEdmProperty, _
canReflect As Boolean _
)
'Usage
Dim property As IEdmProperty
Dim canReflect As Boolean
property.SetCanReflectOnInstanceTypeProperty(canReflect)
public static void SetCanReflectOnInstanceTypeProperty(
this IEdmProperty property,
bool canReflect
)
[ExtensionAttribute]
public:
static void SetCanReflectOnInstanceTypeProperty(
IEdmProperty^ property,
bool canReflect
)
static member SetCanReflectOnInstanceTypeProperty :
property:IEdmProperty *
canReflect:bool -> unit
public static function SetCanReflectOnInstanceTypeProperty(
property : IEdmProperty,
canReflect : boolean
)
- property
Type: Microsoft.Data.Edm..::..IEdmProperty
- canReflect
Type: System..::..Boolean
In Visual Basic and C#, you can call this method as an instance method on any object of type IEdmProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=vs.103) or https://msdn.microsoft.com/en-us/library/bb383977(v=vs.103).