Share via


AvailableDatabaseCategories.Current Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Current As IEnumerable(Of String)
public IEnumerable<string> Current { get; }
public:
property IEnumerable<String^>^ Current {
    IEnumerable<String^>^ get ();
}
member Current : IEnumerable<string> with get
function get Current () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>

.NET Framework Security

See Also

Reference

AvailableDatabaseCategories Class

Microsoft.TeamFoundation.Framework.Server Namespace