Share via


TfsClientCredentialStorage.GetTokenProperty Method (array<Uri , String)

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

Syntax

'Declaration
Public Function GetTokenProperty ( _
    serverUrls As Uri(), _
    propertyName As String _
) As String()
public string[] GetTokenProperty(
    Uri[] serverUrls,
    string propertyName
)
public:
array<String^>^ GetTokenProperty(
    array<Uri^>^ serverUrls, 
    String^ propertyName
)
member GetTokenProperty : 
        serverUrls:Uri[] * 
        propertyName:string -> string[] 
public function GetTokenProperty(
    serverUrls : Uri[], 
    propertyName : String
) : String[]

Parameters

Return Value

Type: array<System.String[]

.NET Framework Security

See Also

Reference

TfsClientCredentialStorage Class

GetTokenProperty Overload

Microsoft.TeamFoundation.Client Namespace