Share via


DiscoverySource.ObjectId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the object that was discovered by the discovery source.

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

Syntax

public abstract Guid ObjectId { get; }
public:
property Guid ObjectId {
    virtual Guid get() abstract;
}
abstract ObjectId : Guid with get
Public MustOverride ReadOnly Property ObjectId As Guid

Property Value

Type: System.Guid

Returns the Guid for the object that was discovered by the discovery source.

See Also

DiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top