MonitoringBaseWithId.SetId Method

Sets the connected object by specifying the unique identifier.

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

Usage

'Usage
Dim Id As Guid

Me.SetId(Id)

Syntax

'Declaration
Protected Sub SetId ( _
    Id As Guid _
)
protected void SetId (
    Guid Id
)
protected:
void SetId (
    Guid Id
)
protected void SetId (
    Guid Id
)
protected function SetId (
    Id : Guid
)

Parameters

  • Id
    The connected object’s identifier.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

MonitoringBaseWithId Class
MonitoringBaseWithId Members
Microsoft.EnterpriseManagement.Common Namespace