Share via


AccountMessage.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; set; }
public:
property Account^ Account {
    Account^ get ();
    void set (Account^ value);
}
member Account : Account with get, set
function get Account () : Account 
function set Account (value : Account)

Property Value

Type: Microsoft.VisualStudio.Services.Account.Account

.NET Framework Security

See Also

Reference

AccountMessage Class

Microsoft.VisualStudio.Services.Account Namespace