AppBroadcastPlugInManager.GetForUser(User) Method

Definition

Gets the app broadcast plugin associated with the specified user.

public:
 static AppBroadcastPlugInManager ^ GetForUser(User ^ user);
 static AppBroadcastPlugInManager GetForUser(User const& user);
public static AppBroadcastPlugInManager GetForUser(User user);
function getForUser(user)
Public Shared Function GetForUser (user As User) As AppBroadcastPlugInManager

Parameters

user
User

The user for which the app broadcast plugin should be retrieved.

Returns

The app broadcast plugin associated with the specified user.

Windows requirements

App capabilities
appBroadcast appBroadcastSettings

Applies to