Share via


MonitoringProfile.ReportSecurityAdministratorMonitoringProfileId Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a globally unique identifier (GUID) for the ReportSecurityAdministrator monitoring profile.

Namespace: Microsoft.EnterpriseManagement.Monitoring.Security
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim value As Guid

value = MonitoringProfile.ReportSecurityAdministratorMonitoringProfileId

Syntax

'Declaration
Public Shared ReadOnly Property ReportSecurityAdministratorMonitoringProfileId As Guid
public static Guid ReportSecurityAdministratorMonitoringProfileId { get; }
public:
static property Guid ReportSecurityAdministratorMonitoringProfileId {
    Guid get ();
}
/** @property */
public static Guid get_ReportSecurityAdministratorMonitoringProfileId ()
public static function get ReportSecurityAdministratorMonitoringProfileId () : Guid

Property Value

Returns a GUID Guid that is for the ReportSecurityAdministrator monitoring profile.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

MonitoringProfile Class
MonitoringProfile Members
Microsoft.EnterpriseManagement.Monitoring.Security Namespace