Share via


IVsCredential.GetProperty Method

Gets a property related to the credential out of storage. The name cannot be null or empty, or whitespace. If the property cannot be found or the underlying credential has been deleted null will be returned. Property names are case insensitive

Namespace:  Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
Function GetProperty ( _
    name As String _
) As String
string GetProperty(
    string name
)
String^ GetProperty(
    String^ name
)
abstract GetProperty : 
        name:string -> string
function GetProperty(
    name : String
) : String

Parameters

  • name
    Type: String

    The name of the property.

Return Value

Type: String
The property.

.NET Framework Security

See Also

Reference

IVsCredential Interface

Microsoft.VisualStudio.Shell.Connected.CredentialStorage Namespace