MonitoringRelationshipObjectDiscoverySource.BoundMonitoringObjectId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use BoundObjectId
The bound managed entity id.
public:
virtual property Nullable<Guid> BoundMonitoringObjectId { Nullable<Guid> get(); };
[System.Obsolete("Use BoundObjectId")]
public override Guid? BoundMonitoringObjectId { get; }
member this.BoundMonitoringObjectId : Nullable<Guid>
Public Overrides ReadOnly Property BoundMonitoringObjectId As Nullable(Of Guid)
Property Value
Returns a Guid for the bound monitoring object.
- Attributes