Freigeben über


VssToken.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 ( _
    name As String _
) As String
public abstract string GetProperty(
    string name
)
public:
virtual String^ GetProperty(
    String^ name
) abstract
abstract GetProperty : 
        name:string -> string
public abstract function GetProperty(
    name : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VssToken Class

Microsoft.VisualStudio.Services.Common.TokenStorage Namespace