MonitoringUserRoleScope.MonitoringViews 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.
Returns a read only collection of monitoring views for the user role scope.
public:
property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ MonitoringViews { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Common::Pair<Guid, bool> ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid,bool>> MonitoringViews { get; }
member this.MonitoringViews : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Common.Pair<Guid, bool>>
Public ReadOnly Property MonitoringViews As ICollection(Of Pair(Of Guid, Boolean))
Property Value
Returns a ICollection<T> of monitoring views for the user role scope.