Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.