ResourceType.CanReflectOnInstanceType Property
Gets whether the corresponding instance type represents the CLR type of this entity.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property CanReflectOnInstanceType As Boolean
Get
Set
'Usage
Dim instance As ResourceType
Dim value As Boolean
value = instance.CanReflectOnInstanceType
instance.CanReflectOnInstanceType = value
public bool CanReflectOnInstanceType { get; set; }
public:
property bool CanReflectOnInstanceType {
bool get ();
void set (bool value);
}
member CanReflectOnInstanceType : bool with get, set
function get CanReflectOnInstanceType () : boolean
function set CanReflectOnInstanceType (value : boolean)
Property Value
Type: System.Boolean
True if the instance type represents a CLR type; otherwise false.