ConnectionSettings.Domain Property

 

Gets or sets the domain credentials that are used for the connection settings.

Namespace:   Microsoft.EnterpriseManagement.Common
Assembly:  Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Syntax

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

Property Value

Type: System.String

The domain.

See Also

ConnectionSettings Class
Microsoft.EnterpriseManagement.Common Namespace

Return to top