TeamFoundationSqlResourceComponent.SelectedFeatures Property

Selected SQL resource component options.

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

Syntax

'Declaration
Protected Property SelectedFeatures As SqlResourceComponentFeatures
protected SqlResourceComponentFeatures SelectedFeatures { get; set; }
protected:
property SqlResourceComponentFeatures SelectedFeatures {
    SqlResourceComponentFeatures get ();
    void set (SqlResourceComponentFeatures value);
}
member SelectedFeatures : SqlResourceComponentFeatures with get, set
function get SelectedFeatures () : SqlResourceComponentFeatures 
function set SelectedFeatures (value : SqlResourceComponentFeatures)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.SqlResourceComponentFeatures

.NET Framework Security

See Also

Reference

TeamFoundationSqlResourceComponent Class

Microsoft.TeamFoundation.Framework.Server Namespace