Share via


GetOperation.ChangeType Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property ChangeType As ChangeType
'Usage
Dim instance As GetOperation 
Dim value As ChangeType 

value = instance.ChangeType

instance.ChangeType = value
public ChangeType ChangeType { get; set; }
public:
property ChangeType ChangeType {
    ChangeType get ();
    void set (ChangeType value);
}
public function get ChangeType () : ChangeType 
public function set ChangeType (value : ChangeType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ChangeType

.NET Framework Security

See Also

Reference

GetOperation Class

GetOperation Members

Microsoft.TeamFoundation.VersionControl.Server Namespace