WebAccountProviderDeleteAccountOperation.WebAccount 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.
Gets the web account to delete.
public:
property WebAccount ^ WebAccount { WebAccount ^ get(); };
WebAccount WebAccount();
public WebAccount WebAccount { get; }
var webAccount = webAccountProviderDeleteAccountOperation.webAccount;
Public ReadOnly Property WebAccount As WebAccount
Property Value
The web account to delete.