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
- 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.