AlertSubscriptionConfiguration.MonitoringObjectGroupIds 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.
The groups to target.
public:
property System::Collections::Generic::IList<Guid> ^ MonitoringObjectGroupIds { System::Collections::Generic::IList<Guid> ^ get(); };
public System.Collections.Generic.IList<Guid> MonitoringObjectGroupIds { get; }
member this.MonitoringObjectGroupIds : System.Collections.Generic.IList<Guid>
Public ReadOnly Property MonitoringObjectGroupIds As IList(Of Guid)
Property Value
Returns a IList<T> of GUID values for the monitoring object groups to target for the alert change notification.