WindowsTaskCredentials.Domain Property

Definition

Gets or sets a string that contains the domain of the user.

public:
 property System::String ^ Domain { System::String ^ get(); void set(System::String ^ value); };
public string Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

Property Value

Returns String.

A string that contains the domain of the user.

Applies to