Share via


ServiceIdentity.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 Property ServiceIdentityKeys As DataServiceCollection(Of ServiceIdentityKey)
public DataServiceCollection<ServiceIdentityKey> ServiceIdentityKeys { get; set; }
public:
property DataServiceCollection<ServiceIdentityKey^>^ ServiceIdentityKeys {
    DataServiceCollection<ServiceIdentityKey^>^ get ();
    void set (DataServiceCollection<ServiceIdentityKey^>^ value);
}
member ServiceIdentityKeys : DataServiceCollection<ServiceIdentityKey> with get, set
function get ServiceIdentityKeys () : DataServiceCollection<ServiceIdentityKey>
function set ServiceIdentityKeys (value : DataServiceCollection<ServiceIdentityKey>)

Property Value

Type: System.Data.Services.Client.DataServiceCollection<ServiceIdentityKey>
Returns DataServiceCollection<T>.

.NET Framework Security

See Also

Reference

ServiceIdentity Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace