Share via


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

See Also

Reference

AccountMessage Class

Microsoft.VisualStudio.Services.Account Namespace