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
- serverUrl
Type: System.Uri
- propertyName
Type: System.String
Return Value
Type: 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.