BranchObjectCreatedEventArgs.Properties Property

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

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

Syntax

'Declaration
Public Property Properties As BranchProperties
public BranchProperties Properties { get; private set; }
public:
property BranchProperties^ Properties {
    BranchProperties^ get ();
    private: void set (BranchProperties^ value);
}
member Properties : BranchProperties with get, private set
function get Properties () : BranchProperties 
private function set Properties (value : BranchProperties)

Property Value

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

.NET Framework Security

See Also

Reference

BranchObjectCreatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace