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.
Describes a type of machine role for a testenvironment, such as the Web server role or the client role.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IMachineRole _
    Inherits IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IMachineRole : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
public interface class IMachineRole : IPropertyOwner, 
    IDataErrorInfo, INotifyPropertyChanged
type IMachineRole =  
    interface 
        interface IPropertyOwner 
        interface IDataErrorInfo 
        interface INotifyPropertyChanged 
    end
public interface IMachineRole extends IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
The IMachineRole type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | 
| .gif) | Id | Gets the GUID for this machine role. | 
| .gif) | InvalidProperties | Gets a list of property names that are invalid. (Inherited from IPropertyOwner.) | 
| .gif) | IsDirty | Gets a value that indicates whether any properties have changed since the last refresh, fetch, or save. (Inherited from IPropertyOwner.) | 
| .gif) | Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | 
| .gif) | Name | Gets or sets a user-displayable name for this machine role. Must be unique. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top