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