RemoteSystemWebAccountFilter.Account 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.
The web account that the containing RemoteSystemStatusTypeFilter object targets.
public:
property WebAccount ^ Account { WebAccount ^ get(); };
WebAccount Account();
public WebAccount Account { get; }
var webAccount = remoteSystemWebAccountFilter.account;
Public ReadOnly Property Account As WebAccount
Property Value
The web account to target.