Share via


ManagementPackBaseFactType.Domain Property

Definition

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

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ Domain { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> Domain { get; set; }
member this.Domain : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> with get, set
Public Property Domain As ManagementPackElementReference(Of ManagementPackEnumeration)

Property Value

Returns ManagementPackElementReference<T>.

Defines the type of data used. The management pack element reference that refers to an enumeration that derives from the parent enumeration defined in the Microsoft.SystemCenter.DataWarehouse.Base management pack.

Applies to