SettingInfo.IsRemotable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the setting exists on the remote side of a Visual Studio Online connection, instead of locally, when connected. When not connected, this property can still return true if the setting would be remote when connected.
public:
property bool IsRemotable { bool get(); };
public bool IsRemotable { get; }
member this.IsRemotable : bool
Public ReadOnly Property IsRemotable As Boolean