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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.