Sdílet prostřednictvím


VssTokenStorage.GetProperty Method

Namespace:  Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public MustOverride Function GetProperty ( _
    token As VssToken, _
    name As String _
) As String
public abstract string GetProperty(
    VssToken token,
    string name
)
public:
virtual String^ GetProperty(
    VssToken^ token, 
    String^ name
) abstract
abstract GetProperty : 
        token:VssToken * 
        name:string -> string
public abstract function GetProperty(
    token : VssToken, 
    name : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VssTokenStorage Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace