ManagementService.ServiceKeys Property

There are no comments for ServiceKeys in the schema.

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

Syntax

'Declaration
Public ReadOnly Property ServiceKeys As DataServiceQuery(Of ServiceKey)
public DataServiceQuery<ServiceKey> ServiceKeys { get; }
public:
property DataServiceQuery<ServiceKey^>^ ServiceKeys {
    DataServiceQuery<ServiceKey^>^ get ();
}
member ServiceKeys : DataServiceQuery<ServiceKey> with get
function get ServiceKeys () : DataServiceQuery<ServiceKey>

Property Value

Type: System.Data.Services.Client.DataServiceQuery<ServiceKey>
Returns DataServiceQuery<TElement>.

.NET Framework Security

See Also

Reference

ManagementService Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace