AccountMessage.AccountChangeType Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property AccountChangeType As AccountChangeType
public AccountChangeType AccountChangeType { get; set; }
public:
property AccountChangeType AccountChangeType {
AccountChangeType get ();
void set (AccountChangeType value);
}
member AccountChangeType : AccountChangeType with get, set
function get AccountChangeType () : AccountChangeType
function set AccountChangeType (value : AccountChangeType)
Property Value
Type: Microsoft.VisualStudio.Services.Account.AccountChangeType
.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.