ServiceIdentityInfo Constructor (String)

Create a service identity information with the given name

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
public ServiceIdentityInfo(
    string name
)
public:
ServiceIdentityInfo(
    String^ name
)
new : 
        name:string -> ServiceIdentityInfo
public function ServiceIdentityInfo(
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

ServiceIdentityInfo Class

ServiceIdentityInfo Overload

Microsoft.TeamFoundation.Framework.Client Namespace