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