MonitoringRelationshipObjectDiscoverySource.MonitoringConnectorId 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 ConnectorId
The connector id of the discovery source.
public:
virtual property Nullable<Guid> MonitoringConnectorId { Nullable<Guid> get(); };
[System.Obsolete("Use ConnectorId")]
public override Guid? MonitoringConnectorId { get; }
member this.MonitoringConnectorId : Nullable<Guid>
Public Overrides ReadOnly Property MonitoringConnectorId As Nullable(Of Guid)
Property Value
Returns a Guid of the connector for the discovery source.
- Attributes