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

See Also

Reference

ServiceIdentity Class

Microsoft.TeamFoundation.Framework.Client Namespace