SettingInfo.IsRemotable 属性

定义

获取一个值,该值指示该设置是否存在于 Visual Studio Online 连接的远程端,而不是在连接时在本地。 如果设置为 "连接时",则此属性仍可返回 true。

public:
 property bool IsRemotable { bool get(); };
public bool IsRemotable { get; }
member this.IsRemotable : bool
Public ReadOnly Property IsRemotable As Boolean

属性值

Boolean

适用于