RemotePropertyData.CanRead フィールド

定義

この RemotePropertyData が読み取り可能なプロパティを記述しているかどうかを示します。

public: bool CanRead;
public bool CanRead;
val mutable CanRead : bool
Public CanRead As Boolean 

フィールド値

注釈

このフィールドの値は、 true これが RemotePropertyData 読み取り可能なプロパティを記述している場合です。それ以外の場合、このフィールドの値は です false

適用対象