This documentation is archived and is not being maintained.

BranchObjectUpdatedEventArgs::Properties Property

Gets or sets the properties associated with the updated branch object.

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

public:
property BranchProperties^ Properties {
	BranchProperties^ get ();
	private: void set (BranchProperties^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::BranchProperties
The properties associated with the updated branch object.

Show: