AccountCreationResult.Account Property

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Services.Account.Account

.NET Framework Security

See Also

Reference

AccountCreationResult Class

Microsoft.VisualStudio.Services.Account Namespace