SavedSearch.TargetMonitoringClassId 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 this.TargetClassId
The associated monitoring class.
public:
property Nullable<Guid> TargetMonitoringClassId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Obsolete("Use this.TargetClassId")]
public Guid? TargetMonitoringClassId { get; set; }
member this.TargetMonitoringClassId : Nullable<Guid> with get, set
Public Property TargetMonitoringClassId As Nullable(Of Guid)
Property Value
Returns a Guid for the monitoring class associated with the saved search..
- Attributes