PendingChangeEventArgs.Workspace Property

Gets the workspace that is associated with the pending change.

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

Syntax

'Declaration
Public ReadOnly Property Workspace As Workspace
public Workspace Workspace { get; }
public:
virtual property Workspace^ Workspace {
    Workspace^ get () sealed;
}
abstract Workspace : Workspace with get 
override Workspace : Workspace with get
final function get Workspace () : Workspace

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
The workspace that is associated with the pending change.

Implements

IPendingChangeEventArgs.Workspace

.NET Framework Security

See Also

Reference

PendingChangeEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace