次の方法で共有


ResourceType.CanReflectOnInstanceType プロパティ

対応するインスタンスの型がこのエンティティの CLR 型を表すかどうかを示す値を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public Property CanReflectOnInstanceType As Boolean
    Get
    Set
'使用
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)

プロパティ値

型: System.Boolean
インスタンスの型が CLR 型を表す場合は true、それ以外の場合は false。

関連項目

参照

ResourceType クラス

System.Data.Services.Providers 名前空間