Share via


TfsClientCredentialStorage.GetTokenProperty Method (Uri, String)

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

Syntax

'Declaration
Public Function GetTokenProperty ( _
    serverUrl As Uri, _
    propertyName As String _
) As String
public string GetTokenProperty(
    Uri serverUrl,
    string propertyName
)
public:
String^ GetTokenProperty(
    Uri^ serverUrl, 
    String^ propertyName
)
member GetTokenProperty : 
        serverUrl:Uri * 
        propertyName:string -> string
public function GetTokenProperty(
    serverUrl : Uri, 
    propertyName : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

TfsClientCredentialStorage Class

GetTokenProperty Overload

Microsoft.TeamFoundation.Client Namespace