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
- serverUrls
Type: array<System.Uri[]
- propertyName
Type: System.String
Return Value
Type: array<System.String[]
.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.