Share via


RemoteSettingsFilterProvider.GetVsIdAsync Method

Definition

VSid of the signed-in user (VS specific - empty Guid if not applicable).

public:
 virtual System::Threading::Tasks::Task<System::String ^> ^ GetVsIdAsync();
public virtual System.Threading.Tasks.Task<string> GetVsIdAsync ();
abstract member GetVsIdAsync : unit -> System.Threading.Tasks.Task<string>
override this.GetVsIdAsync : unit -> System.Threading.Tasks.Task<string>
Public Overridable Function GetVsIdAsync () As Task(Of String)

Returns

Applies to