Share via


IUserSettingsManagement.GetUserReports Method

Definition

Gets all user reports for the current user.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::UserInfo::UserReport ^> ^ GetUserReports();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.UserInfo.UserReport> GetUserReports ();
abstract member GetUserReports : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.UserInfo.UserReport>
Public Function GetUserReports () As IList(Of UserReport)

Returns

Type: IList<T>

The collection of user reports.

Applies to