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