Share via


ManagementPackMonitor.RunAs Property

Definition

Gets or sets a reference to a secure reference identifier that is defined in this management pack or a referenced management pack. When used, this monitor will run under the credentials that are assigned to the secure reference.

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

Property Value

A ManagementPackElementReference<T> reference to a ManagementPackSecureReference object.

A reference to a secure reference identifier.

Applies to