Share via


SettingInfo.IsRemotable Property

Definition

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

Property Value

Applies to