WebAccount.Id Property

Definition

Gets the Id of the web account.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = webAccount.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The Id of the WebAccount.

Applies to