ServiceIdentity.IdentityInfo Property
The service identity information.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityInfo As ServiceIdentityInfo
public ServiceIdentityInfo IdentityInfo { get; }
public:
property ServiceIdentityInfo^ IdentityInfo {
ServiceIdentityInfo^ get ();
}
member IdentityInfo : ServiceIdentityInfo with get
function get IdentityInfo () : ServiceIdentityInfo
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.ServiceIdentityInfo
Returns ServiceIdentityInfo.
.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.