RemoteSystemWebAccountFilter(WebAccount) Constructor
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.
Initializes an instance of the RemoteSystemWebAccountFilter class.
public:
RemoteSystemWebAccountFilter(WebAccount ^ account);
RemoteSystemWebAccountFilter(WebAccount const& account);
public RemoteSystemWebAccountFilter(WebAccount account);
function RemoteSystemWebAccountFilter(account)
Public Sub New (account As WebAccount)
Parameters
- account
- WebAccount
The web account to target.