MonitoringRelationshipObjectDiscoverySource.ObjectId Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) of the object that was discovered by the discovery source.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public override Guid ObjectId { get; }
public:
property Guid ObjectId {
virtual Guid get() override;
}
override ObjectId : Guid with get
Public Overrides ReadOnly Property ObjectId As Guid
Property Value
Type: System.Guid
Returns a Guid of the object that was discovered by the discovery source.
See Also
MonitoringRelationshipObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top