Delegation.ServiceIdentity Property

There are no comments for ServiceIdentity in the schema.

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

Syntax

'Declaration
Public Property ServiceIdentity As ServiceIdentity
public ServiceIdentity ServiceIdentity { get; set; }
public:
property ServiceIdentity^ ServiceIdentity {
    ServiceIdentity^ get ();
    void set (ServiceIdentity^ value);
}
member ServiceIdentity : ServiceIdentity with get, set
function get ServiceIdentity () : ServiceIdentity 
function set ServiceIdentity (value : ServiceIdentity)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.ServiceIdentity
Returns ServiceIdentity.

.NET Framework Security

See Also

Reference

Delegation Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace