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
- name
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.
See Also
Reference
Microsoft.VisualStudio.Services.Common.TokenStorage Namespace