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
- 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.