Share via


CredentialPickerOptions.TargetName Property

Definition

Gets or sets the name of the target computer.

public:
 property Platform::String ^ TargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TargetName();

void TargetName(winrt::hstring value);
public string TargetName { get; set; }
var string = credentialPickerOptions.targetName;
credentialPickerOptions.targetName = string;
Public Property TargetName As String

Property Value

String

Platform::String

winrt::hstring

Name of the target computer. The default value is the caller's computer.

Applies to