AccountCreationResult.AcquireAction Property

Namespace:  Microsoft.VisualStudio.Services.Account
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property AcquireAction As AccountHostAcquireAction
public AccountHostAcquireAction AcquireAction { get; internal set; }
public:
property AccountHostAcquireAction AcquireAction {
    AccountHostAcquireAction get ();
    internal: void set (AccountHostAcquireAction value);
}
member AcquireAction : AccountHostAcquireAction with get, internal set
function get AcquireAction () : AccountHostAcquireAction 
internal function set AcquireAction (value : AccountHostAcquireAction)

Property Value

Type: Microsoft.VisualStudio.Services.Account.AccountHostAcquireAction

.NET Framework Security

See Also

Reference

AccountCreationResult Class

Microsoft.VisualStudio.Services.Account Namespace