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