TeamProjectFolderCreatedEventArgs.Options Property

Gets the options associated with the created team project folder.

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

Syntax

'Declaration
Public ReadOnly Property Options As TeamProjectFolderOptions
public TeamProjectFolderOptions Options { get; }
public:
property TeamProjectFolderOptions^ Options {
    TeamProjectFolderOptions^ get ();
}
member Options : TeamProjectFolderOptions with get
function get Options () : TeamProjectFolderOptions

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.TeamProjectFolderOptions
The options associated with the created team project folder.

.NET Framework Security

See Also

Reference

TeamProjectFolderCreatedEventArgs Class

Microsoft.TeamFoundation.VersionControl.Client Namespace