Share via


VersionControlHistory.ActiveChannel Property

Get/set the active channel in this history tool window.

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

Syntax

'Declaration
Public Property ActiveChannel As VersionControlHistoryChannel
public VersionControlHistoryChannel ActiveChannel { get; set; }
public:
property VersionControlHistoryChannel ActiveChannel {
    VersionControlHistoryChannel get ();
    void set (VersionControlHistoryChannel value);
}
member ActiveChannel : VersionControlHistoryChannel with get, set
function get ActiveChannel () : VersionControlHistoryChannel 
function set ActiveChannel (value : VersionControlHistoryChannel)

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlHistoryChannel
Returns VersionControlHistoryChannel.

.NET Framework Security

See Also

Reference

VersionControlHistory Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace