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
name
Type: System.StringThe name of the service identity.
.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.