ConnectionCredential.Domain Property

Definition

Gets the domain of the connection credentials.

public:
 property System::String ^ Domain { System::String ^ get(); };
public string Domain { get; }
member this.Domain : string
Public ReadOnly Property Domain As String

Property Value

The domain of the ConnectionCredential object.

Applies to