RemotePropertyData.CanRead 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示這個 RemotePropertyData 是否會描述可讀取的屬性。
public: bool CanRead;
public bool CanRead;
val mutable CanRead : bool
Public CanRead As Boolean
欄位值
備註
如果這個RemotePropertyData欄位描述可讀取的屬性,則此欄位true
的值為 ,否則此欄位的值為 false
。