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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.