AgentAssignment.DomainCredential Property
Applies To: Operations Manager for System Center 2012
Gets or sets the domain credentials for accessing the agents.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ManagementPackSecureReference DomainCredential { get; set; }
public:
property ManagementPackSecureReference^ DomainCredential {
ManagementPackSecureReference^ get();
void set(ManagementPackSecureReference^ value);
}
member DomainCredential : ManagementPackSecureReference with get, set
Public Property DomainCredential As ManagementPackSecureReference
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference
Returns a ManagementPackSecureReference object that contains the domain credentials for accessing the agents.
See Also
AgentAssignment Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top