Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The property for the AccountUser payload
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property AccountUser As AccountUser
public AccountUser AccountUser { get; private set; }
public:
property AccountUser^ AccountUser {
AccountUser^ get ();
private: void set (AccountUser^ value);
}
member AccountUser : AccountUser with get, private set
function get AccountUser () : AccountUser
private function set AccountUser (value : AccountUser)
Property Value
Type: Microsoft.VisualStudio.Services.Account.AccountUser
.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.