ManagementService.ServiceIdentityKeys Property
There are no comments for ServiceIdentityKeys 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 ServiceIdentityKeys As DataServiceQuery(Of ServiceIdentityKey)
public DataServiceQuery<ServiceIdentityKey> ServiceIdentityKeys { get; }
public:
property DataServiceQuery<ServiceIdentityKey^>^ ServiceIdentityKeys {
DataServiceQuery<ServiceIdentityKey^>^ get ();
}
member ServiceIdentityKeys : DataServiceQuery<ServiceIdentityKey> with get
function get ServiceIdentityKeys () : DataServiceQuery<ServiceIdentityKey>
Property Value
Type: System.Data.Services.Client.DataServiceQuery<ServiceIdentityKey>
Returns DataServiceQuery<TElement>.
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace