ConnectedServiceCreationData.CredentialsXml Property

Credentials in an xml format for connecting to this service.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public Property CredentialsXml As String
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public string CredentialsXml { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property String^ CredentialsXml {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member CredentialsXml : string with get, set
function get CredentialsXml () : String 
function set CredentialsXml (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ConnectedServiceCreationData Class

Microsoft.TeamFoundation.Framework.Server Namespace